mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-05 05:24:01 +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",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchUpdateTypes": [
|
"matchPackagePatterns": [
|
||||||
"major",
|
"*",
|
||||||
"minor",
|
|
||||||
"patch",
|
|
||||||
],
|
],
|
||||||
"semanticCommitType": "chore",
|
"semanticCommitType": "chore",
|
||||||
"semanticCommitScope": "deps",
|
"semanticCommitScope": "deps",
|
||||||
"commitMessageExtra": "({{currentVersion}} → {{newVersion}})",
|
"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"],
|
"matchUpdateTypes": ["digest"],
|
||||||
"semanticCommitType": "chore",
|
"semanticCommitType": "chore",
|
||||||
|
Loading…
Reference in New Issue
Block a user