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

enable digest automerge for nodejs images

This commit is contained in:
Robert Kaussow 2021-01-05 23:17:36 +01:00
parent 248e6c809a
commit 08111957b0
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

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