0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02:00

add version back to digest updates and change semantic commit group

This commit is contained in:
Robert Kaussow 2021-08-24 11:25:28 +02:00
parent 03b1746f33
commit 27732c00ed
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -4,11 +4,11 @@
"extends": ["github>thegeeklab/renovate-presets:base"],
"packageRules": [
{
"description": "Automerge digest updates (usually security patches)",
"description": "Set semantic commit scope for Docker digests",
"groupName": "docker digests",
"matchDatasources": ["docker"],
"matchUpdateTypes": ["pin", "digest"],
"commitMessageExtra": ""
"semanticCommitScope": "docker"
},
{
"description": "Automerge digest updates (usually security patches)",