diff --git a/.github/renovate.json b/.github/renovate.json index f276f84be1..1b8dbf18d7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,16 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", - "helpers:pinGitHubActionDigests" - ], - "labels": ["dependencies"], - "regexManagers": [ - { - "fileMatch": ["(^|/)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"], - "matchStrings": [ - "#\\srenovate:\\sdatasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?( extractVersion=(?.*?))?\\s(ENV|ARG) .*?_VERSION(\\s+|=)(?.*)\\s" - ] - } + "github>swissgrc/renovate-presets:docker" ] } \ No newline at end of file