diff --git a/renovate.json b/renovate.json index 5db72dd..7e3102d 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,14 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + + "timezone": "Europe/Berlin", + "schedule": "on the first friday of the month", + "packageRules": [ + { + "matchPackageNames": ["traefik"], + "extractVersion": "^v(?.*)$" + } ] }