From d157d7b5274a6922aefee3077ad858ca1333eb0b Mon Sep 17 00:00:00 2001 From: Cott Lang Date: Sun, 7 Dec 2025 06:12:44 -0800 Subject: [PATCH] Slow dependabot's roll --- .github/dependabot.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e36ab9b..d32ca29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,12 @@ version: 2 updates: - # Maven dependencies - package-ecosystem: "maven" directory: "/" + rebase-strategy: "auto" schedule: - interval: "weekly" + interval: "monthly" day: "saturday" - time: "04:00" + time: "10:00" timezone: "UTC" open-pull-requests-limit: 10 labels: @@ -27,13 +27,13 @@ updates: patterns: - "*" - # GitHub Actions - package-ecosystem: "github-actions" directory: "/" + rebase-strategy: "auto" schedule: - interval: "weekly" + interval: "monthly" day: "saturday" - time: "04:30" + time: "10:30" timezone: "UTC" open-pull-requests-limit: 10 labels: