Skip to content

Commit

Permalink
chore: add ARC group in renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 24, 2023
1 parent 8582f46 commit dfa7216
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/renovate/groups.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": "Actions Runner Controller Group",
"groupName": "Actions Runner Controller",
"matchPackageNames": [
"actions-runner-controller-charts/gha-runner-scale-set-controller",
"actions-runner-controller-charts/gha-runner-scale-set"
],
"matchDatasources": ["helm", "docker"],
"group": {
"commitMessageTopic": "{{{groupName}}} group"
},
"separateMinorPatch": true
},
{
"description": "Flux Group",
"groupName": "Flux",
Expand Down

0 comments on commit dfa7216

Please sign in to comment.