From 296c93f6dae73645e5bd11539cbf9a8da7997ab3 Mon Sep 17 00:00:00 2001 From: Traci Kamp Date: Sat, 10 Aug 2024 08:18:13 -0700 Subject: [PATCH] chore: configure dependabot Adds dependabot to the repo --- .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 0000000..9aa5f33 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly