From 8fb3a17792471bc0016e18182397a9671a4a4bd7 Mon Sep 17 00:00:00 2001 From: panmari Date: Thu, 22 Sep 2022 20:38:32 +0200 Subject: [PATCH] Adding config for dependabot. In order to automate updates. --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..603f653 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"