File tree Expand file tree Collapse file tree 1 file changed +30
-6
lines changed Expand file tree Collapse file tree 1 file changed +30
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" github>nuxt/renovate-config-nuxt" ],
4- "ignoreDeps" : [
5- " @docus/docs-theme" ,
6- " @docus/github" ,
7- " @docus/docs-theme-edge" ,
8- " @docus/github-edge"
3+ "extends" : [
4+ " github>nuxt/renovate-config-nuxt" ,
5+ " packages:linters" ,
6+ " :labels(dependencies,devops)" ,
7+ " :maintainLockFilesWeekly" ,
8+ " :enableVulnerabilityAlerts" ,
9+ " :automergeLinters" ,
10+ " :automergeTypes" ,
11+ " :automergePatch"
12+ ],
13+ "rebaseStalePrs" : true ,
14+ "prCreation" : " not-pending" ,
15+ "assignees" : [" danielroe" ],
16+ "packageRules" : [
17+ {
18+ "matchPackagePatterns" : [" lint" ],
19+ "groupName" : " all lint dependencies" ,
20+ "groupSlug" : " all-lint"
21+ },
22+ {
23+ "groupName" : " nuxt core" ,
24+ "groupSlug" : " nuxt" ,
25+ "matchPackageNames" : [" nuxt" , " nuxt3" ],
26+ "matchPackagePatterns" : [" ^@nuxt/" ]
27+ },
28+ {
29+ "groupName" : " docus" ,
30+ "matchPackagePatterns" : [" ^@docus/" ],
31+ "enabled" : false
32+ }
933 ]
1034}
You can’t perform that action at this time.
0 commit comments