File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "extends" : [
3- " config:base " ,
3+ " github>nuxt/renovate- config-nuxt " ,
44 " packages:linters" ,
55 " :labels(dependencies,devops)" ,
6- " :pinAllExceptPeerDependencies" ,
76 " :maintainLockFilesWeekly" ,
87 " :enableVulnerabilityAlerts" ,
98 " :automergeLinters" ,
109 " :automergeTypes" ,
11- " :semanticCommitTypeAll(chore)" ,
1210 " :automergePatch"
1311 ],
1412 "rebaseStalePrs" : true ,
1513 "prCreation" : " not-pending" ,
16- "rangeStrategy" : " bump" ,
17- "npm" : {
18- "commitMessageTopic" : " {{prettyDepType}} {{depName}}"
19- },
14+ "assignees" : [" danielroe" ],
2015 "packageRules" : [
2116 {
22- "packagePatterns " : [" lint" ],
17+ "matchPackagePatterns " : [" lint" ],
2318 "groupName" : " all lint dependencies" ,
2419 "groupSlug" : " all-lint"
20+ },
21+ {
22+ "groupName" : " nuxt core" ,
23+ "groupSlug" : " nuxt" ,
24+ "matchPackageNames" : [" nuxt" , " nuxt3" ],
25+ "matchPackagePatterns" : [" ^@nuxt/" ]
2526 }
2627 ]
2728}
You can’t perform that action at this time.
0 commit comments