Skip to content

Commit

Permalink
group bump of vers
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Taylor <[email protected]>
  • Loading branch information
sbtaylor15 committed Sep 6, 2023
1 parent 59a89e7 commit 52309ed
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", "group:all"],
"ignorePaths": ["chart/**", "requirements.txt"],
"schedule": [
"every 1 hours every weekday"
],
"schedule": ["every 1 hours every weekday"],
"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-"
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch", "pin", "pinDigest","digest"],
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": [".*"],
"automerge": true,
"autoApprove": true
}
],
"separateMajorMinor": false,
"pinDigests": true
}

0 comments on commit 52309ed

Please sign in to comment.