From 632464defadb80bc3b8a9aa87204b9806cb7d65a Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Thu, 5 Oct 2023 21:00:46 -0600 Subject: [PATCH] Add dependabot config Signed-off-by: Jacob Weinstock --- .github/dependabot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6cd7d82 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + timezone: "America/New_York" + reviewers: + - jacobweinstock + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + timezone: "America/New_York" + reviewers: + - jacobweinstock + + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "05:00" + timezone: "America/New_York" + reviewers: + - jacobweinstock