From 9bf00a5e56d844a76bcf5d311aaf8226367ab597 Mon Sep 17 00:00:00 2001 From: Austin Drenski Date: Wed, 8 Nov 2023 18:47:57 -0500 Subject: [PATCH] Enable 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 00000000..577ad848 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 + +updates: + +- package-ecosystem: gomod + directory: / + schedule: + interval: daily