From 62d5f774e1dcf62d8b8cd3fb8c20a1ea5ac9946a Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Sun, 15 Oct 2023 10:50:34 -0500 Subject: [PATCH] deps: run dependabot monthly (#140) --- .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"