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{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "globalExtends" : [" config:base" ],
3+ "globalExtends" : [
4+ " config:base"
5+ ],
46 "semanticCommits" : " enabled" ,
5- "extends" : [" group:allNonMajor" , " schedule:monthly" ],
7+ "extends" : [
8+ " group:allNonMajor" ,
9+ " schedule:monthly"
10+ ],
611 "packageRules" : [
712 {
813 "description" : " Create a PR whenever there is a new major version" ,
9- "matchUpdateTypes" : [" major" ]
14+ "matchUpdateTypes" : [
15+ " major"
16+ ]
1017 },
1118 {
1219 "description" : " Use releasable commit type for runtime dependency updates" ,
13- "matchManagers" : [" npm" ],
20+ "matchManagers" : [
21+ " npm"
22+ ],
1423 "matchDepTypes" : [
1524 " dependencies" ,
1625 " optionalDependencies" ,
2130 },
2231 {
2332 "description" : " Keep development-only dependency updates non-releasable" ,
24- "matchManagers" : [" npm" ],
25- "matchDepTypes" : [" devDependencies" ],
33+ "matchManagers" : [
34+ " npm"
35+ ],
36+ "matchDepTypes" : [
37+ " devDependencies"
38+ ],
2639 "semanticCommitType" : " chore" ,
2740 "semanticCommitScope" : " deps"
2841 }
2942 ],
30- "ignorePaths" : [" docs/**" , " experimental/**" ],
43+ "ignorePaths" : [
44+ " docs/**" ,
45+ " experimental/**"
46+ ],
3147 "pinVersions" : false ,
32- "ignoreDeps" : [" typescript" ]
33- }
48+ "ignoreDeps" : [
49+ " typescript"
50+ ]
51+ }
You can’t perform that action at this time.
0 commit comments