From 87095c7343e41c88243e4191ca5fa41bff1c449d Mon Sep 17 00:00:00 2001 From: Zachary Taylor Date: Sun, 7 Jan 2024 11:11:14 -0500 Subject: [PATCH] feat: adding dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..7252536 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: "weekly" + day: "sunday" + time: "16:00"