0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +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-16 00:38:41 -05:00
parent 9e7d7d17cb
commit 3026f2aca5
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -34,13 +34,10 @@
],
"semanticCommitType": "chore",
"semanticCommitScope": "docs",
"commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in docs",
},
{
"matchUpdateTypes": ["digest"],
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"commitMessageExtra": "({{currentDigestShort}} → {{newDigestShort}})",
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})",
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["minor", "patch"],
},
{
"matchManagers": ["github-actions"],