From 744bf7a8911546af23d7dd3f1e09067275918e09 Mon Sep 17 00:00:00 2001 From: Maxwell Weru Date: Mon, 11 Mar 2024 15:58:28 +0300 Subject: [PATCH] Fix time for dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d79744..f1783fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + time: "02:00" open-pull-requests-limit: 10 groups: microsoft: @@ -40,9 +41,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + time: "02:00" open-pull-requests-limit: 10 - package-ecosystem: "devcontainers" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "weekly" + time: "02:00" open-pull-requests-limit: 10