File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 ],
88 "semanticCommits" : " enabled" ,
99 "semanticCommitType" : " chore" ,
10+ "dependencyDashboardApproval" : true ,
1011 "labels" : [
1112 " renovate"
1213 ],
2021 "packageRules" : [
2122 {
2223 "description" : " Automerge minor updates if they are not 0.x releases" ,
23- "dependencyDashboardApproval" : true ,
2424 "matchUpdateTypes" : [" minor" ],
2525 "matchCurrentVersion" : " !/^0/" ,
2626 "automerge" : true
2727 },
2828 {
2929 "description" : " Automerge patch and digest updates" ,
30- "dependencyDashboardApproval" : true ,
3130 "matchUpdateTypes" : [" patch" , " digest" ],
3231 "automerge" : true
3332 },
3433 {
3534 "description" : " Automerge github action updates of all types except releasing ones" ,
36- "dependencyDashboardApproval" : true ,
3735 "matchManagers" : [" github-actions" ],
3836 "excludeDepNames" : [
3937 " google-github-actions/release-please-action" ,
4947 },
5048 {
5149 "description" : " Automerge devdependency updates of all types" ,
52- "dependencyDashboardApproval" : true ,
5350 "matchUpdateTypes" : [
5451 " minor" ,
5552 " patch" ,
You can’t perform that action at this time.
0 commit comments