From 6f1fb7261d939dada681a36f9ae3bb91985dd1b0 Mon Sep 17 00:00:00 2001 From: George Brighton Date: Mon, 20 May 2024 23:21:29 +0100 Subject: [PATCH] Add Dependabot --- .github/dependabot.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..dc96ec5 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: github-actions + directory: / + schedule: + interval: weekly +- package-ecosystem: gomod + directory: / + schedule: + interval: weekly