diff --git a/docker.json b/docker.json index 5f194af..ba86445 100644 --- a/docker.json +++ b/docker.json @@ -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$"],