Skip to content

Commit 7aa518e

Browse files
authored
chore: block major renovate bumps on main branch (#4078)
1 parent 233b6e4 commit 7aa518e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
"labels": ["dependencies", "skip_vrt", "ready-for-review"],
1111
"rangeStrategy": "bump",
1212
"packageRules": [
13+
{
14+
"matchUpdateTypes": ["major"],
15+
"matchBaseBranches": ["main"],
16+
"enabled": false
17+
},
1318
{
1419
"groupName": "storybook ecosystem",
1520
"matchPackageNames": ["storybook", "@storybook/*", "@types/storybook*"],

0 commit comments

Comments
 (0)