From 0d044c230392508fb433ecf5a5ba506fa00d8947 Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Sun, 10 Sep 2023 11:45:50 -0700 Subject: [PATCH] chore: add dependabot.yml configuration --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f1b219b4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly"