From 5a16dc854343ffbd0d1a44a963043746a981e29e Mon Sep 17 00:00:00 2001 From: Philip Gichuhi Date: Fri, 12 Jul 2024 15:33:29 +0300 Subject: [PATCH] Prevent duplicate dependabot PRs --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 29e89e98a19..52c96ee5294 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,12 @@ version: 2 updates: - package-ecosystem: gradle - directory: "/" + directories: + - "/" + - "/java-8" schedule: interval: daily + time: "09:00" # 9am UTC open-pull-requests-limit: 10 groups: kiota-dependencies: @@ -13,6 +16,7 @@ updates: directory: "/android" schedule: interval: daily + time: "10:00" # 10am UTC. After core projects are updated to prevent duplicate PRs open-pull-requests-limit: 10 groups: kiota-dependencies: @@ -31,4 +35,4 @@ updates: directory: "/" schedule: interval: daily - open-pull-requests-limit: 10 \ No newline at end of file + open-pull-requests-limit: 10