From a3bce448d243aea18fcf84db495408406345b871 Mon Sep 17 00:00:00 2001 From: "Peter A. Jonsson" Date: Fri, 30 Aug 2024 15:39:20 +0200 Subject: [PATCH] Configure Dependabot for Docker image This will cause Dependabot to make pull requests for the Dockerfile when there are new releases of GDAL. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90e05c40d..e115726a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: docker + directory: "/docker" + schedule: + interval: "daily"