From bd3721a21ab225870d3fb227576de5942b2e03d7 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Thu, 30 Nov 2023 23:28:53 +0100 Subject: [PATCH] feat: create Dependabot.yaml --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..3938344 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"