Skip to content

Commit

Permalink
update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Oct 10, 2024
1 parent afba325 commit 91c2544
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
{
"extends": ["github>rancher/renovate-config#release"],
"baseBranches": ["main"],
"prHourlyLimit": 2
}
"extends": [
"github>rancher/renovate-config#release",
"group:allNonMajor"
],
"baseBranches": [
"main"
],
"enabledManagers": [
"dockerfile",
"github-actions",
"helm-values",
"regex"
],
"packageRules": [
{
"groupName": "GitHub Workflow Actions",
"groupSlug": "gha-deps",
"matchManagers": [
"github-actions"
]
},
{
"groupName": "Docker File Deps",
"groupSlug": "docker-bumps",
"matchManagers": [
"dockerfile"
]
}
]
}

0 comments on commit 91c2544

Please sign in to comment.