File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed
Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "labels" : [" dependencies" ],
44 "extends" : [
5- " config:base " ,
5+ " config:recommended " ,
66 " :pinOnlyDevDependencies" ,
77 " helpers:pinGitHubActionDigests"
88 ],
1111 "semanticCommitType" : " chore" ,
1212 "automerge" : true
1313 },
14- "postUpdateOptions" : [
15- " pnpmDedupe"
16- ],
14+ "postUpdateOptions" : [" pnpmDedupe" ],
1715 "semanticCommits" : " enabled" ,
1816 "semanticCommitType" : " fix" ,
1917 "automergeType" : " branch" ,
2018 "packageRules" : [
2119 {
22- "matchDepTypes" : [
23- " devDependencies"
24- ],
20+ "matchDepTypes" : [" devDependencies" ],
2521 "semanticCommitType" : " chore"
2622 },
2723 {
2824 "matchPackageNames" : [" pnpm" ],
29- "updateTypes " : [" minor" , " patch" ],
25+ "matchUpdateTypes " : [" minor" , " patch" ],
3026 "automerge" : true
3127 },
3228 {
33- "matchDepTypes" : [
34- " devDependencies"
35- ],
36- "matchUpdateTypes" : [
37- " minor" ,
38- " patch"
39- ],
29+ "matchDepTypes" : [" devDependencies" ],
30+ "matchUpdateTypes" : [" minor" , " patch" ],
4031 "automerge" : true
4132 }
4233 ]
You can’t perform that action at this time.
0 commit comments