From 356e6c6a27f673d803011e6a576960cf48e36611 Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Wed, 25 Dec 2024 12:08:58 -0500 Subject: [PATCH] Increase update interval 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