From 872a91a54a5a7749655bf3167670a7353482b96b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 15 Jul 2023 13:14:59 +0200 Subject: [PATCH] Dependabot: switch to weekly No need to check on a daily basis. ("daily" was only really used to be able to test the setup) Follow up on 298 in which I explicitly stated: > Once the configuration has been "finalized" (I use that term loosely), this should be changed to run the Dependabot check only once a week. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa4063ba..08a065ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: - package-ecosystem: "composer" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable. versioning-strategy: widen commit-message: @@ -20,7 +20,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 5 commit-message: prefix: "GH Actions:"