diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 97b552b..b237c87 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,21 +3,21 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "weekly" + interval: weekly labels: - dependencies - github-actions groups: specsnl-actions: patterns: - - "specsnl/github-actions" - - package-ecosystem: "docker" - directory: "/" + - "specsnl/github-actions*" + - package-ecosystem: docker + directory: / schedule: - interval: "weekly" + interval: weekly labels: - dependencies - docker diff --git a/Dockerfile b/Dockerfile index e8754f3..f028fad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.23.4 RUN apk add --no-cache --upgrade --no-progress \ bash~=5.3 \ - curl~=8.17 \ + curl~=8.19 \ wget~=1.25 \ jq~=1.8 \ yq~=4.49 \