0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-04 12:32: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-26 22:09:05 -05:00
parent 418b6e4e61
commit 51ca32d4aa
No known key found for this signature in database
GPG Key ID: 02A24794ADAC7455

View File

@ -25,6 +25,7 @@
"tools/go.sum",
],
"commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in /tools",
"groupName": ["tools"],
},
{
"matchFileNames": [
@ -34,7 +35,6 @@
],
"semanticCommitType": "chore",
"semanticCommitScope": "docs",
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})",
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["minor", "patch"],
@ -43,5 +43,9 @@
"matchManagers": ["github-actions"],
"semanticCommitScope": "ci",
},
{
"matchUpdateTypes": ["major"],
"commitMessagePrefix": "{{semanticCommitType}}({{semanticCommitScope}}):",
},
]
}