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

disable automerge for docker digest updates

This commit is contained in:
Robert Kaussow 2020-12-27 15:44:09 +01:00
parent b7b2b63162
commit f3e3d5f54f
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -2,22 +2,6 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": ["Preset for use with all of thegeeklab/* docker images"],
"extends": ["github>thegeeklab/renovate-presets:base"],
"packageRules": [
{
"description": "Automerge digest updates (usually security patches)",
"datasources": ["docker"],
"packagePatterns": [
"^amd64/python",
"^arm.*/python",
"^python",
"^amd64/alpine",
"^arm.*/alpine",
"^alpine"
],
"updateTypes": ["pin", "digest"],
"automerge": true
}
],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],