Skip to content

Commit f38020b

Browse files
committed
disable cargo updates on release branches
1 parent 3d5752c commit f38020b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@
2828
matchUpdateTypes: ["major", "minor", "patch"],
2929
enabled: false,
3030
},
31+
{
32+
// Disable cargo update PRs on release branches
33+
matchBaseBranches: ["/^release-.+$/"],
34+
matchManagers: ["cargo"],
35+
enabled: false,
36+
},
3137
{
3238
// Automerge minor and patch updates for _official_ Actions
3339
matchManagers: ["github-actions"],

0 commit comments

Comments
 (0)