Skip to content

Commit

Permalink
chore: add runtime group to renovate config (#799)
Browse files Browse the repository at this point in the history
## Description

Quick change to group runtime updates together. See sample PR:
BagelLab#22
  • Loading branch information
mjnagel authored Sep 20, 2024
1 parent 8f383d8 commit 1bf2c69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"groupName": "grafana",
"commitMessageTopic": "grafana"
},
{
"matchFileNames": ["src/runtime/**"],
"groupName": "runtime",
"commitMessageTopic": "runtime"
},
{
"matchPackageNames": ["zarf-dev/zarf", "ghcr.io/zarf-dev/packages/init"],
"groupName": "zarf",
Expand Down

0 comments on commit 1bf2c69

Please sign in to comment.