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 Dec 29, 2022
1 parent ac062f8 commit 22e4a15
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@
],
"stabilityDays":0
},
"separateMajorMinor":false,
"packageRules": [
{
"matchPaths": ["examples/**", "test/**", ".github/**"],
"extends": [":semanticCommitTypeAll(chore)"]
},
{
"matchPaths": ["*", "modules/**"],
"extends": [":semanticCommitTypeAll(fix)"]
},
{
"matchDepTypes": ["module"],
"groupName": "TF modules",
"separateMajorMinor":false,
"major": {
"semanticCommitType": "feat!"
}
"groupName": "TF modules"
},
{
"matchDepTypes": ["require"],
"groupName": "GO modules",
"postUpdateOptions": ["gomodTidy"],
"separateMajorMinor":false
"postUpdateOptions": ["gomodTidy"]
},
{
"matchPackageNames": ["go"],
Expand All @@ -41,8 +41,7 @@
},
{
"matchPackageNames": ["google", "google-beta"],
"groupName": "terraform googles",
"separateMajorMinor": false
"groupName": "terraform googles"
}
]
}

0 comments on commit 22e4a15

Please sign in to comment.