From 775dc559c3165b3ac3c1cde2c7bf79af7599c46e Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Mon, 2 Nov 2020 23:16:36 +1100 Subject: [PATCH] chore: dependabot updates for actions & docker --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a90b36f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"