diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 78e1f8f2..266be463 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",