Skip to content

Commit 3dea02b

Browse files
committed
Update renovate config
1 parent 1f1d6ca commit 3dea02b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/renovate.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", "schedule:weekends"],
3+
"extends": ["config:recommended"],
4+
"schedule": [],
45
"prHourlyLimit": 8,
56
"rangeStrategy": "pin",
67
"rebaseWhen": "behind-base-branch",
78
"packageRules": [
89
{
9-
"paths": [".github/**"],
10+
"matchFileNames": ["**"],
11+
"groupName": "project"
12+
},
13+
{
14+
"matchFileNames": [".github/**"],
1015
"groupName": "actions"
1116
},
1217
{
13-
"paths": ["frontend/**"],
18+
"matchFileNames": ["frontend/**"],
1419
"groupName": "frontend"
1520
},
1621
{
17-
"paths": ["backend/**"],
22+
"matchFileNames": ["backend/**"],
1823
"groupName": "backend"
1924
},
2025
{
21-
"paths": ["e2e/**"],
26+
"matchFileNames": ["e2e/**"],
2227
"groupName": "e2e"
2328
},
2429
{
25-
"paths": ["db/**"],
30+
"matchFileNames": ["db/**"],
2631
"groupName": "db"
27-
},
28-
{
29-
"matchPackageNames": ["eslint"],
30-
"matchPaths": ["**"],
31-
"allowedVersions": "<9.0.0"
3232
}
3333
]
3434
}

0 commit comments

Comments
 (0)