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:
parent
268722c121
commit
2758377bce
26
.github/renovate.json5
vendored
26
.github/renovate.json5
vendored
@ -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",
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user