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",
|
"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}}):",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user