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 b6610fa commit d8f3d30
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,18 @@
],
"stabilityDays":0
},
"major": {
"semanticCommitType": "feat!"
},
"packageRules": [
{
"matchPaths": ["examples/**", "test/**", ".github/**"],
"extends": [":semanticCommitTypeAll(chore)"]
},
{
"matchDepTypes": ["module"],
"groupName": "TF modules",
"separateMajorMinor":false
"separateMajorMinor":false,
"major": {
"semanticCommitType": "feat!"
}
},
{
"matchDepTypes": ["require"],
Expand All @@ -39,10 +43,6 @@
"matchPackageNames": ["google", "google-beta"],
"groupName": "terraform googles",
"separateMajorMinor": false
},
{
"matchPaths": ["examples/**", "test/**", ".github/**"],
"extends": [":semanticCommitTypeAll(chore)"]
}
]
}

0 comments on commit d8f3d30

Please sign in to comment.