From af57043afd06494835706d65f6abf6c7445e1c41 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 6 Jan 2021 04:23:09 +0000 Subject: [PATCH] Add docker and gomod to dependabot config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2c7d1708..e83da1ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,11 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: docker + directory: / + schedule: + interval: "daily" + - package-ecosystem: gomod + directory: / + schedule: + interval: "daily"