From 4a4e107a14c784f55b1eaec0d282c5a4936df0b3 Mon Sep 17 00:00:00 2001 From: Gus Narea Date: Thu, 23 Mar 2023 11:37:01 +0100 Subject: [PATCH] chore(dependabot): Run on Saturdays --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16849ffa9..221e3ef58 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: weekly + day: "saturday" versioning-strategy: increase commit-message: prefix: "fix(deps):"