diff --git a/.github/renovate.json b/.github/renovate.json index c7c3f59..2a10979 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,7 +3,8 @@ "extends": [ "config:base", ":semanticCommits", - ":preserveSemverRanges" + ":preserveSemverRanges", + ":rebaseStalePrs" ], "stabilityDays":7, "ignorePaths": [], @@ -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"],