From 8c6f8ebf6ebf4b81518c750c5ccb26dcd6fd23ed Mon Sep 17 00:00:00 2001 From: Ivan Vakhrushev Date: Fri, 19 Jan 2024 22:43:58 +0400 Subject: [PATCH] Add dependabot schedule day --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efea9b2..8ec2603 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + day: "tuesday" open-pull-requests-limit: 10 - package-ecosystem: "maven" directory: "/" schedule: interval: "weekly" + day: "tuesday" open-pull-requests-limit: 10