mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 21:14:05 +00:00
misc: update renovate config
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
parent
c116db592b
commit
d5fe5cc8cf
23
.github/renovate.json5
vendored
23
.github/renovate.json5
vendored
@ -11,15 +11,30 @@
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": [
|
||||
"major",
|
||||
"minor",
|
||||
"patch",
|
||||
"matchPackagePatterns": [
|
||||
"*",
|
||||
],
|
||||
"semanticCommitType": "chore",
|
||||
"semanticCommitScope": "deps",
|
||||
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})",
|
||||
},
|
||||
{
|
||||
"matchFileNames": [
|
||||
"tools/go.mod",
|
||||
"tools/go.sum",
|
||||
],
|
||||
"commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in /tools",
|
||||
},
|
||||
{
|
||||
"matchFileNames": [
|
||||
"examples/**",
|
||||
"example/**",
|
||||
"howtos/**",
|
||||
],
|
||||
"semanticCommitType": "chore",
|
||||
"semanticCommitScope": "docs",
|
||||
"commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in docs",
|
||||
},
|
||||
{
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"semanticCommitType": "chore",
|
||||
|
Loading…
Reference in New Issue
Block a user