1
0
Fork 0

Merge pull request #17 from josegonzalez/patch-1

feat: add dependabot config for updating dockerfile automatically
This commit is contained in:
Joao M 2022-08-15 15:47:05 -05:00 committed by GitHub
commit 59e688d216
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:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"