Skip to content

Commit

Permalink
renovate: group lockfile maintenance by manager
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Mar 26, 2024
1 parent b860b1f commit 806394c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
schedule: [ "before 4am" ],
},
packageRules: [
{
// Group lockfile maintenance updates by manager
// https://github.com/renovatebot/renovate/discussions/28068
matchUpdateTypes: [ "lockFileMaintenance" ],
additionalBranchPrefix: "{{manager}}-",
},
{
matchManagers: [ "gomod" ],
matchDepTypes: [ "indirect" ],
Expand Down

0 comments on commit 806394c

Please sign in to comment.