From 1e3077c47dc8d6f659489866eaeec40fdb65c472 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Sun, 15 Oct 2023 10:47:19 -0500 Subject: [PATCH] deps: run dependabot monthly --- .github/dependabot.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 17eb97b..d1238e9 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,8 +3,6 @@ updates: - package-ecosystem: gomod directory: "/" schedule: - interval: "weekly" - day: "saturday" - time: "06:00" + interval: "monthly" labels: - - "theme/dependencies" + - "dependencies"