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 1
1
{
2
2
"extends" : [
3
- " config:base " ,
3
+ " github>nuxt/renovate- config-nuxt " ,
4
4
" packages:linters" ,
5
5
" :labels(dependencies,devops)" ,
6
- " :pinAllExceptPeerDependencies" ,
7
6
" :maintainLockFilesWeekly" ,
8
7
" :enableVulnerabilityAlerts" ,
9
8
" :automergeLinters" ,
10
9
" :automergeTypes" ,
11
- " :semanticCommitTypeAll(chore)" ,
12
10
" :automergePatch"
13
11
],
14
12
"rebaseStalePrs" : true ,
15
13
"prCreation" : " not-pending" ,
16
- "rangeStrategy" : " bump" ,
17
- "npm" : {
18
- "commitMessageTopic" : " {{prettyDepType}} {{depName}}"
19
- },
14
+ "assignees" : [" danielroe" ],
20
15
"packageRules" : [
21
16
{
22
- "packagePatterns " : [" lint" ],
17
+ "matchPackagePatterns " : [" lint" ],
23
18
"groupName" : " all lint dependencies" ,
24
19
"groupSlug" : " all-lint"
20
+ },
21
+ {
22
+ "groupName" : " nuxt core" ,
23
+ "groupSlug" : " nuxt" ,
24
+ "matchPackageNames" : [" nuxt" , " nuxt3" ],
25
+ "matchPackagePatterns" : [" ^@nuxt/" ]
25
26
}
26
27
]
27
28
}
You can’t perform that action at this time.
0 commit comments