0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 11:02:59 +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:14:52 -05:00
parent 268722c121
commit 2758377bce
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -4,5 +4,31 @@
"github>bpg/renovate-config",
"github>bpg/renovate-config:automerge-github-actions",
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths",
],
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"matchUpdateTypes": [
"major",
"minor",
"patch",
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})",
},
{
"matchUpdateTypes": ["digest"],
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"commitMessageExtra": "({{currentDigestShort}} → {{newDigestShort}})",
},
{
"matchManagers": ["github-actions"],
"semanticCommitScope": "ci",
},
]
}