Skip to content

Commit

Permalink
Configure Dependabot for Docker image
Browse files Browse the repository at this point in the history
This will cause Dependabot to make
pull requests for the Dockerfile
when there are new releases of GDAL.
  • Loading branch information
pjonsson committed Aug 30, 2024
1 parent 81b4a31 commit a3bce44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: docker
directory: "/docker"
schedule:
interval: "daily"

0 comments on commit a3bce44

Please sign in to comment.