Skip to content

Commit

Permalink
implement renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <steve@deployhub.com>
  • Loading branch information
sbtaylor15 committed Aug 31, 2023
1 parent 81c9663 commit f7204df
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

32 changes: 32 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automergeSchedule": ["every hour"],
"ignorePaths": ["chart/**", "requirements.txt"],
"prHourlyLimit": 4,
"pip_requirements": {
"fileMatch": ["(^|/)requirements\\.in$"]
},
"pip-compile": {
"fileMatch": ["(^|/)requirements\\.in$"]
},
"extends": ["config:base", "group:all"],
"docker": {
"managerBranchPrefix": "docker-"
},
"python": {
"managerBranchPrefix": "python-"
},
"github-actions": {
"managerBranchPrefix": "github-"
},
"gomod": {
"managerBranchPrefix": "gomod-"
},
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest"],
"automerge": true,
"autoApprove": true
}
]
}

0 comments on commit f7204df

Please sign in to comment.