From 99671db1054d629a292e953d2d0da5f77370e7cd Mon Sep 17 00:00:00 2001 From: Matthew DeVenny Date: Wed, 14 Feb 2024 11:02:06 -0700 Subject: [PATCH] Add dependabot Signed-off-by: Matthew DeVenny --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c90f790 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file