diff --git a/.github/renovate.json b/.github/renovate.json index 20e6855..82a5553 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,22 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended", - "docker:pinDigests" + "config:best-practices" ], "forkProcessing": "enabled", "autodiscover": true, "autodiscoverFilter": [ "buehner/docker-geoserver-official" - ], - "packageRules": [ - { - "matchUpdateTypes": [ - "minor", - "patch", - "pin", - "digest" - ] - } ] } \ No newline at end of file