diff --git a/caddy/Dockerfile b/caddy/Dockerfile index 32a816e..0808e5a 100644 --- a/caddy/Dockerfile +++ b/caddy/Dockerfile @@ -129,7 +129,7 @@ RUN set -eux; \ fi # Use envsubst instead of esh -RUN apk add --no-cache envsubst gsed +RUN apk add --no-cache envsubst sed # Add configuration templates COPY src/templates /templates diff --git a/renovate.json b/renovate.json index bca0a75..87e054b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "local>coreruleset/renovate-config", - "schedule:weekly" + "local>coreruleset/renovate-config" ], "enabledManagers": [ "custom.regex"