Skip to content

Commit

Permalink
chore: update .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-foundation-bot committed Sep 11, 2023
1 parent 782eae2 commit 91467fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
":rebaseStalePrs"
],
"minimumReleaseAge": "7 days",
"ignorePaths": [],
"ignorePaths": [".github/workflows/lint.yaml", ".github/workflows/stale.yml"],
"labels": ["dependencies"],
"vulnerabilityAlerts": {
"labels": ["type:security"],
Expand All @@ -17,11 +17,11 @@
"packageRules": [
{
"matchFileNames": ["examples/**", "test/**", ".github/**"],
"extends": [":semanticCommitTypeAll(chore)"]
"commitMessagePrefix": "chore(deps):"
},
{
"matchFileNames": ["*", "modules/**"],
"extends": [":semanticCommitTypeAll(fix)"]
"commitMessagePrefix": "fix(deps):"
},
{
"matchFileNames": ["*", "modules/**"],
Expand All @@ -41,7 +41,7 @@
"postUpdateOptions": ["gomodTidy"]
},
{
"matchPackageNames": ["google", "google-beta"],
"matchDepNames": ["google", "google-beta"],
"groupName": "Terraform Google Provider"
}
],
Expand Down

0 comments on commit 91467fa

Please sign in to comment.