mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 19:20:40 +00:00
add version back to digest updates and change semantic commit group
This commit is contained in:
parent
03b1746f33
commit
27732c00ed
@ -4,11 +4,11 @@
|
|||||||
"extends": ["github>thegeeklab/renovate-presets:base"],
|
"extends": ["github>thegeeklab/renovate-presets:base"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"description": "Automerge digest updates (usually security patches)",
|
"description": "Set semantic commit scope for Docker digests",
|
||||||
"groupName": "docker digests",
|
"groupName": "docker digests",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchUpdateTypes": ["pin", "digest"],
|
"matchUpdateTypes": ["pin", "digest"],
|
||||||
"commitMessageExtra": ""
|
"semanticCommitScope": "docker"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Automerge digest updates (usually security patches)",
|
"description": "Automerge digest updates (usually security patches)",
|
||||||
|
Loading…
Reference in New Issue
Block a user