0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 05:24:01 +00:00

misc: update renovate config

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-01-15 23:44:14 -05:00
parent c116db592b
commit d5fe5cc8cf
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -11,15 +11,30 @@
"rebaseWhen": "behind-base-branch", "rebaseWhen": "behind-base-branch",
"packageRules": [ "packageRules": [
{ {
"matchUpdateTypes": [ "matchPackagePatterns": [
"major", "*",
"minor",
"patch",
], ],
"semanticCommitType": "chore", "semanticCommitType": "chore",
"semanticCommitScope": "deps", "semanticCommitScope": "deps",
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})", "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"], "matchUpdateTypes": ["digest"],
"semanticCommitType": "chore", "semanticCommitType": "chore",