File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments