File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:recommended" ,
5- " :dependencyDashboard"
6- ],
7- "lockFileMaintenance" : {
8- "enabled" : true ,
9- "rebaseWhen" : " behind-base-branch"
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [" config:recommended" , " :dependencyDashboard" ],
4+
5+ "lockFileMaintenance" : {
6+ "enabled" : true ,
7+ "rebaseWhen" : " behind-base-branch"
8+ },
9+
10+ "vulnerabilityAlerts" : {
11+ "enabled" : true
12+ },
13+
14+ "packageRules" : [
15+ {
16+ "description" : " Never open major update PRs" ,
17+ "matchUpdateTypes" : [" major" ],
18+ "enabled" : false
1019 },
11- "packageRules" : [
12- {
13- "enabled" : false ,
14- "groupName" : " everything" ,
15- "matchManagers" : [
16- " npm"
17- ],
18- "matchPackagePatterns" : [
19- " *"
20- ],
21- "separateMajorMinor" : false
22- }
23- ],
24- "vulnerabilityAlerts" : {
25- "enabled" : true
20+ {
21+ "description" : " Allow only minor/patch updates" ,
22+ "matchUpdateTypes" : [" minor" , " patch" ],
23+ "enabled" : true
2624 }
25+ ]
2726}
You can’t perform that action at this time.
0 commit comments