Add docker and gomod to dependabot config

This commit is contained in:
Quentin McGaw
2021-01-06 04:23:09 +00:00
parent 4a85f3660c
commit af57043afd

View File

@@ -5,3 +5,11 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
- package-ecosystem: docker
directory: /
schedule:
interval: "daily"
- package-ecosystem: gomod
directory: /
schedule:
interval: "daily"