From c06e71d1679725f78df9b4d951b86d16fdb850d1 Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Mon, 28 Nov 2022 15:09:14 -0800 Subject: [PATCH] chore: update .github/renovate.json --- .github/renovate.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c7c3f596..2a109792 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"],