0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-09-21 06:32:48 +02:00

remove version information for digest updates

This commit is contained in:
Robert Kaussow 2021-05-09 23:14:06 +02:00
parent 5411fe1524
commit 03b1746f33
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -3,6 +3,13 @@
"description": ["Preset for use with all of thegeeklab/* docker images"], "description": ["Preset for use with all of thegeeklab/* docker images"],
"extends": ["github>thegeeklab/renovate-presets:base"], "extends": ["github>thegeeklab/renovate-presets:base"],
"packageRules": [ "packageRules": [
{
"description": "Automerge digest updates (usually security patches)",
"groupName": "docker digests",
"matchDatasources": ["docker"],
"matchUpdateTypes": ["pin", "digest"],
"commitMessageExtra": ""
},
{ {
"description": "Automerge digest updates (usually security patches)", "description": "Automerge digest updates (usually security patches)",
"groupName": "docker digests", "groupName": "docker digests",