diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53e7900..9be4d80 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,9 @@ updates: directory: "/Docker" schedule: interval: "weekly" + ignore: + - dependency-name: "python" + versions: ["3.13.x"] - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 0e1eb10..b89ba07 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.1-slim +FROM python:3.12.8-slim ARG PORKBUN_DDNS_VERSION=0.0.0