From 70fc3af7071041083d569b7c26ff33e88f740b47 Mon Sep 17 00:00:00 2001 From: Dylan Tientcheu Date: Fri, 22 Mar 2024 19:26:42 +0100 Subject: [PATCH] chore: add dependabot --- .github/workflows/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/workflows/dependabot.yaml diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml new file mode 100644 index 0000000..014c2e1 --- /dev/null +++ b/.github/workflows/dependabot.yaml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily