From afe0b283566c42267a027a1cfa829f28e0873f14 Mon Sep 17 00:00:00 2001 From: Evgeny Kuznetsov Date: Thu, 29 Apr 2021 14:58:12 +0300 Subject: add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d30f881 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" -- cgit v1.2.3