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:
parent
418b6e4e61
commit
51ca32d4aa
6
.github/renovate.json5
vendored
6
.github/renovate.json5
vendored
@ -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}}):",
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user