Skip to content

Commit 72ad7e7

Browse files
committed
chore: correct aggressive renovate bumps
1 parent 04268b9 commit 72ad7e7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,15 @@
1212
"packageRules": [
1313
{
1414
"groupName": "storybook ecosystem",
15-
"matchPackageNames": ["storybook", "@storybook/*", "@types/storybook*"]
15+
"matchPackageNames": ["storybook", "@storybook/*", "@types/storybook*"],
16+
"matchUpdateTypes": ["minor", "patch"],
17+
"baseBranches": ["main"]
18+
},
19+
{
20+
"groupName": "storybook ecosystem (S2)",
21+
"matchPackageNames": ["storybook", "@storybook/*", "@types/storybook*", "@chromatic-com/storybook"],
22+
"matchUpdateTypes": ["major", "minor", "patch"],
23+
"baseBranches": ["spectrum-two"]
1624
},
1725
{
1826
"groupName": "commitlint ecosystem",

0 commit comments

Comments
 (0)