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

allow automerge for docker base image

This commit is contained in:
Robert Kaussow 2021-01-11 09:42:44 +01:00
parent bfaecaa25e
commit 224de30c12
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -7,7 +7,7 @@
"description": "Automerge digest updates (usually security patches)",
"datasources": ["docker"],
"packagePatterns": [
"^((amd64|arm32v7|arm64v8)/)?(python|alpine|node)",
"^((amd64|arm32v7|arm64v8)/)?(python|alpine|node|docker)",
"^thegeeklab/(alpine|nginx)"
],
"updateTypes": ["pin", "digest"],