From aad23f2e6b2414e9fd4f3cee7e7b2f439bf847b1 Mon Sep 17 00:00:00 2001 From: Richard Zak Date: Sat, 26 Aug 2023 22:16:05 -0400 Subject: [PATCH] chore: add dependabot Signed-off-by: Richard Zak --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..543b5b6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "rjzak" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "rjzak"