Skip to content

Commit 9381bd5

Browse files
chore: update .github/renovate.json
1 parent e31656f commit 9381bd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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"],
@@ -17,11 +17,11 @@
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/**"],
@@ -41,7 +41,7 @@
4141
"postUpdateOptions": ["gomodTidy"]
4242
},
4343
{
44-
"matchPackageNames": ["google", "google-beta"],
44+
"matchDepNames": ["google", "google-beta"],
4545
"groupName": "Terraform Google Provider"
4646
}
4747
],

0 commit comments

Comments
 (0)