Skip to content

Commit d126183

Browse files
authored
ci: Disable lockfile maintenance on v1 branch
1 parent 0959fe3 commit d126183

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"matchDepTypes": ["engines", "packageManager"],
2626
"enabled": false
2727
},
28+
{
29+
"description": "Disable lock file maintenance for v1",
30+
"matchBaseBranches": ["v1"],
31+
"matchUpdateTypes": ["lockFileMaintenance"],
32+
"enabled": false
33+
},
2834
{
2935
"description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE",
3036
"matchManagers": ["cargo"],

0 commit comments

Comments
 (0)