From fcc44432cc1f3f4f857f7e572c8c6d41e08d2ce9 Mon Sep 17 00:00:00 2001 From: CFT Bot Date: Thu, 29 Dec 2022 08:14:44 -0800 Subject: [PATCH] chore: update .github/renovate.json --- .github/renovate.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2a10979..9b920db 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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"], @@ -41,8 +41,7 @@ }, { "matchPackageNames": ["google", "google-beta"], - "groupName": "terraform googles", - "separateMajorMinor": false + "groupName": "terraform googles" } ] }