Skip to content

Commit 92f9c88

Browse files
committed
Revert "chore: drop renovate pkgrules"
This reverts commit dd17f4f.
1 parent 54d6b1b commit 92f9c88

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

.github/renovate.json

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,57 @@
44
"config:best-practices",
55
"group:fortawesome"
66
],
7-
"packageRules": [],
7+
"packageRules": [
8+
{
9+
"extends": [
10+
"packages:eslint",
11+
"monorepo:cspell"
12+
],
13+
"matchPackageNames": [
14+
"@sherifforg/**"
15+
],
16+
"groupName": "lint"
17+
},
18+
{
19+
"extends": [
20+
"monorepo:vitest",
21+
"packages:vite",
22+
"monorepo:workbox",
23+
"monorepo:turbo"
24+
],
25+
"matchPackageNames": [
26+
"@vite-pwa/**",
27+
"browserslist**",
28+
"lightningcss"
29+
],
30+
"groupName": "build"
31+
},
32+
{
33+
"extends": [
34+
"monorepo:storybook"
35+
],
36+
"matchPackageNames": [
37+
"@chromatic-com/storybook",
38+
"chromatic"
39+
],
40+
"groupName": "storybook"
41+
},
42+
{
43+
"matchPackageNames": [
44+
"zod**"
45+
],
46+
"groupName": "zod"
47+
},
48+
{
49+
"groupName": "github-actions",
50+
"matchManagers": [
51+
"github-actions"
52+
],
53+
"matchPackageNames": [
54+
"actions/**"
55+
]
56+
}
57+
],
858
"assigneesFromCodeOwners": true,
959
"labels": [
1060
"dependencies"

0 commit comments

Comments
 (0)