Skip to content

Commit

Permalink
Merge pull request #2081 from microsoftgraph/fix/duplicate-dependabot…
Browse files Browse the repository at this point in the history
…-prs

Prevent duplicate dependabot PRs
  • Loading branch information
Ndiritu authored Jul 12, 2024
2 parents a22532f + 5a16dc8 commit beae78c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -31,4 +35,4 @@ updates:
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
open-pull-requests-limit: 10

0 comments on commit beae78c

Please sign in to comment.