File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 " :rebaseStalePrs"
88 ],
99 "minimumReleaseAge" : " 7 days" ,
10- "ignorePaths" : [],
10+ "ignorePaths" : [" .github/workflows/lint.yaml " , " .github/workflows/stale.yml " ],
1111 "labels" : [" dependencies" ],
1212 "vulnerabilityAlerts" : {
1313 "labels" : [" type:security" ],
1717 "packageRules" : [
1818 {
1919 "matchFileNames" : [" examples/**" , " test/**" , " .github/**" ],
20- "extends " : [ " :semanticCommitTypeAll( chore) " ]
20+ "commitMessagePrefix " : " chore(deps): "
2121 },
2222 {
2323 "matchFileNames" : [" *" , " modules/**" ],
24- "extends " : [ " :semanticCommitTypeAll( fix) " ]
24+ "commitMessagePrefix " : " fix(deps): "
2525 },
2626 {
2727 "matchFileNames" : [" *" , " modules/**" ],
4141 "postUpdateOptions" : [" gomodTidy" ]
4242 },
4343 {
44- "matchPackageNames " : [" google" , " google-beta" ],
44+ "matchDepNames " : [" google" , " google-beta" ],
4545 "groupName" : " Terraform Google Provider"
4646 }
4747 ],
You can’t perform that action at this time.
0 commit comments