ci: create dependabot config for Docker ecosystem

This commit is contained in:
Nicolas Duchon 2021-04-01 21:06:33 +02:00 committed by GitHub
parent 65b44f0ca2
commit bea149e317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,11 @@
version: 2
updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
labels:
- "area/chore"
- "area/dockerfile"