mirror of
https://github.com/thegeeklab/renovate-presets.git
synced 2024-11-22 09:20:38 +00:00
remove version information for digest updates
This commit is contained in:
parent
5411fe1524
commit
03b1746f33
@ -3,6 +3,13 @@
|
||||
"description": ["Preset for use with all of thegeeklab/* docker images"],
|
||||
"extends": ["github>thegeeklab/renovate-presets:base"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Automerge digest updates (usually security patches)",
|
||||
"groupName": "docker digests",
|
||||
"matchDatasources": ["docker"],
|
||||
"matchUpdateTypes": ["pin", "digest"],
|
||||
"commitMessageExtra": ""
|
||||
},
|
||||
{
|
||||
"description": "Automerge digest updates (usually security patches)",
|
||||
"groupName": "docker digests",
|
||||
|
Loading…
Reference in New Issue
Block a user