From 4d6792141de5f90c9e3d979a6b226c98bf584b5c Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Tue, 26 Oct 2021 07:34:23 +0200 Subject: [PATCH] chore(*) : define date and hour for dependencies updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5b27177d..9de58cc4f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,12 +1,17 @@ version: 2 updates: - package-ecosystem: npm + open-pull-requests-limit: 10 directory: / target-branch: develop schedule: interval: weekly + day: monday + time: "07:00" - package-ecosystem: github-actions directory: / target-branch: develop schedule: interval: weekly + day: monday + time: "07:00"