From d5fe5cc8cf9a9d0adc028e511ab48262d867a8d3 Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Mon, 15 Jan 2024 23:44:14 -0500 Subject: [PATCH] misc: update renovate config Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- .github/renovate.json5 | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 78e1f8f28..266be463d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,15 +11,30 @@ "rebaseWhen": "behind-base-branch", "packageRules": [ { - "matchUpdateTypes": [ - "major", - "minor", - "patch", + "matchPackagePatterns": [ + "*", ], "semanticCommitType": "chore", "semanticCommitScope": "deps", "commitMessageExtra": "({{currentVersion}} → {{newVersion}})", }, + { + "matchFileNames": [ + "tools/go.mod", + "tools/go.sum", + ], + "commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in /tools", + }, + { + "matchFileNames": [ + "examples/**", + "example/**", + "howtos/**", + ], + "semanticCommitType": "chore", + "semanticCommitScope": "docs", + "commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in docs", + }, { "matchUpdateTypes": ["digest"], "semanticCommitType": "chore",