Skip to content

Commit a3bce44

Browse files
committed
Configure Dependabot for Docker image
This will cause Dependabot to make pull requests for the Dockerfile when there are new releases of GDAL.
1 parent 81b4a31 commit a3bce44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: docker
13+
directory: "/docker"
14+
schedule:
15+
interval: "daily"

0 commit comments

Comments
 (0)