File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
" :rebaseStalePrs"
8
8
],
9
9
"minimumReleaseAge" : " 7 days" ,
10
- "ignorePaths" : [],
10
+ "ignorePaths" : [" .github/workflows/lint.yaml " , " .github/workflows/stale.yml " ],
11
11
"labels" : [" dependencies" ],
12
12
"vulnerabilityAlerts" : {
13
13
"labels" : [" type:security" ],
17
17
"packageRules" : [
18
18
{
19
19
"matchFileNames" : [" examples/**" , " test/**" , " .github/**" ],
20
- "extends " : [ " :semanticCommitTypeAll( chore) " ]
20
+ "commitMessagePrefix " : " chore(deps): "
21
21
},
22
22
{
23
23
"matchFileNames" : [" *" , " modules/**" ],
24
- "extends " : [ " :semanticCommitTypeAll( fix) " ]
24
+ "commitMessagePrefix " : " fix(deps): "
25
25
},
26
26
{
27
27
"matchFileNames" : [" *" , " modules/**" ],
41
41
"postUpdateOptions" : [" gomodTidy" ]
42
42
},
43
43
{
44
- "matchPackageNames " : [" google" , " google-beta" ],
44
+ "matchDepNames " : [" google" , " google-beta" ],
45
45
"groupName" : " Terraform Google Provider"
46
46
}
47
47
],
You can’t perform that action at this time.
0 commit comments