From 1c82d82b37e2ef863623ae3c458485538d0952d3 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 22 Jul 2020 07:58:47 -0400 Subject: [PATCH] Update dependabot.yml + Check for updates on a day when there is likely more time for them to be dealt with + Only apply version changes if they are not already covered by the configured qualifiers --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3deee26..21bfa1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,18 @@ version: 2 updates: - package-ecosystem: "github-actions" + versioning-strategy: increase-if-necessary directory: "/" schedule: interval: "weekly" + day: "saturday" + time: "03:00" + timezone: "America/New_York" - package-ecosystem: "npm" + versioning-strategy: increase-if-necessary directory: "/" schedule: interval: "weekly" + day: "saturday" + time: "03:00" + timezone: "America/New_York"