Skip to content

Commit 360b785

Browse files
committed
chore: update renovate config
1 parent 8458201 commit 360b785

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

renovate.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,30 @@
1010
"monorepo:angular-eslint",
1111
"monorepo:jasmine"
1212
],
13-
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
14-
"groupName": "Angular"
13+
"groupName": "Angular",
14+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
15+
},
16+
{
17+
"extends": ["monorepo:tailwindcss"],
18+
"groupName": "tailwindcss monorepo",
19+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
20+
},
21+
{
22+
"extends": ["monorepo:storybook"],
23+
"groupName": "storybook monorepo",
24+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
25+
},
26+
{
27+
"extends": ["monorepo:eslint"],
28+
"groupName": "eslint monorepo",
29+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
30+
},
31+
{
32+
"extends": ["monorepo:nextjs"],
33+
"groupName": "nextjs monorepo",
34+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
1535
},
1636
{
17-
"matchUpdateTypes": ["patch"],
1837
"groupName": "all patch dependencies",
1938
"groupSlug": "all-patch",
2039
"matchPackageNames": [
@@ -24,47 +43,28 @@
2443
"!@storybook/*",
2544
"!@angular/*",
2645
"!@stencil/*"
27-
]
28-
},
29-
{
30-
"matchUpdateTypes": ["minor", "patch"],
31-
"groupName": "Storybook",
32-
"matchPackageNames": ["@storybook/*"]
46+
],
47+
"matchUpdateTypes": ["patch"]
3348
},
3449
{
35-
"matchUpdateTypes": ["minor", "patch"],
3650
"groupName": "Stencil",
37-
"matchPackageNames": ["@stencil/*"]
51+
"matchPackageNames": ["@stencil/*"],
52+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
3853
},
3954
{
40-
"matchUpdateTypes": ["minor", "patch"],
4155
"groupName": "Sass",
42-
"matchPackageNames": ["sass"]
56+
"matchPackageNames": ["sass"],
57+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
4358
},
4459
{
45-
"matchUpdateTypes": ["minor", "patch"],
46-
"groupName": "Angular",
47-
"matchPackageNames": ["@angular/*"]
48-
},
49-
{
50-
"matchFileNames": ["packages/demo/package.json"],
51-
"allowedVersions": "~18.17",
52-
"matchPackageNames": ["@types/node"]
60+
"groupName": "Stylelint major",
61+
"matchPackageNames": ["^stylelint"],
62+
"matchUpdateTypes": ["digest", "patch", "minor", "major"]
5363
},
5464
{
5565
"matchFileNames": ["packages/components/package.json"],
5666
"allowedVersions": "0.2.3",
5767
"matchPackageNames": ["@oddbird/popover-polyfill"]
58-
},
59-
{
60-
"matchUpdateTypes": ["major"],
61-
"groupName": "Stylelint major",
62-
"matchPackageNames": ["^stylelint"]
63-
},
64-
{
65-
"matchUpdateTypes": ["major"],
66-
"groupName": "Eslint major",
67-
"matchPackageNames": ["^eslint"]
6868
}
6969
],
7070
"timezone": "Europe/Zurich",

0 commit comments

Comments
 (0)