From ed03c1b455a6784195551d46ef686d672dbca66c Mon Sep 17 00:00:00 2001 From: Matthew Ratzke Date: Wed, 19 Jun 2024 14:30:53 -0600 Subject: [PATCH] Create dependabot.yaml --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..88a0879 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: monthly \ No newline at end of file