1
0
Fork 0

feat: add dependabot config for updating dockerfile automatically

This commit is contained in:
Jose Diaz-Gonzalez 2022-08-14 12:50:52 -04:00 committed by GitHub
parent 08c38e5f8a
commit e6327af4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"