Set up Dependabot to automatically update Docker base images

master
Florian Piesche 2022-02-05 11:44:23 +00:00
parent 198d6897d7
commit d6bb43229b
No known key found for this signature in database
GPG Key ID: CF7283FB896221F3
1 changed files with 12 additions and 0 deletions

12
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
version: 2
updates:
# Automatically update base images in Dockerfiles if available
- package-ecosystem: docker
directory: /
schedule:
interval: "daily"
# Also automatically update any Github Actions used in the workflow
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"