0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 21:14:05 +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",
"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",