We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a22532f + 5a16dc8 commit beae78cCopy full SHA for beae78c
.github/dependabot.yml
@@ -1,9 +1,12 @@
1
version: 2
2
updates:
3
- package-ecosystem: gradle
4
- directory: "/"
+ directories:
5
+ - "/"
6
+ - "/java-8"
7
schedule:
8
interval: daily
9
+ time: "09:00" # 9am UTC
10
open-pull-requests-limit: 10
11
groups:
12
kiota-dependencies:
@@ -13,6 +16,7 @@ updates:
13
16
directory: "/android"
14
17
15
18
19
+ time: "10:00" # 10am UTC. After core projects are updated to prevent duplicate PRs
20
21
22
@@ -31,4 +35,4 @@ updates:
31
35
directory: "/"
32
36
33
37
34
- open-pull-requests-limit: 10
38
+ open-pull-requests-limit: 10
0 commit comments