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