Skip to content

Commit

Permalink
.github: enable automerging in renovate
Browse files Browse the repository at this point in the history
Signed-off-by: paulfantom <[email protected]>
  • Loading branch information
paulfantom committed Nov 30, 2024
1 parent 78e108b commit e8ebe37
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,29 @@
],
"packageRules": [
{
"addLabels": ["github_actions"],
"addLabels": ["dependensies/ci"],
"groupName": "github actions",
"matchPaths": [".github/**"]
"matchPaths": [".github/**"],
"automerge": true
},
{
"addLabels": ["infra"],
"groupName": "base infrastructure",
"matchPaths": ["base/**", "metal/**"]
"addLabels": ["dependensies/hosting"],
"groupName": "hosting infrastructure",
"matchPaths": ["metal/**"]
},
{
"addLabels": ["apps"],
"addLabels": ["dependensies/base"],
"groupName": "hosting infrastructure",
"matchPaths": ["base/**"],
"minimumReleaseAge": "10 days",
"automerge": true
},
{
"addLabels": ["dependensies/apps"],
"groupName": "applications",
"matchPaths": ["apps/**"]
"matchPaths": ["apps/**"],
"minimumReleaseAge": "20 days",
"automerge": true
}
],
"flux": {
Expand Down

0 comments on commit e8ebe37

Please sign in to comment.