From 07a62701c4929313159a975a4974f7f94555f9fa Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Wed, 25 Dec 2024 12:10:44 -0500 Subject: [PATCH] Increase update interval (#511) I need to slow the pace of non-security changes for my own sanity. --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd0b5a3c..db158787 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,9 @@ updates: - package-ecosystem: maven directory: "/" schedule: - interval: weekly - time: "10:00" + interval: monthly open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: monthly