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 Nov 28, 2022
1 parent 27e4595 commit c06e71d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": [
"config:base",
":semanticCommits",
":preserveSemverRanges"
":preserveSemverRanges",
":rebaseStalePrs"
],
"stabilityDays":7,
"ignorePaths": [],
Expand All @@ -15,10 +16,17 @@
"stabilityDays":0
},
"packageRules": [
{
"matchPaths": ["examples/**", "test/**", ".github/**"],
"extends": [":semanticCommitTypeAll(chore)"]
},
{
"matchDepTypes": ["module"],
"groupName": "TF modules",
"separateMajorMinor":false
"separateMajorMinor":false,
"major": {
"semanticCommitType": "feat!"
}
},
{
"matchDepTypes": ["require"],
Expand Down

0 comments on commit c06e71d

Please sign in to comment.