Skip to content

Commit 0076c61

Browse files
committed
ci(dependabot): add cooldown default delay
1 parent 5109219 commit 0076c61

1 file changed

Lines changed: 33 additions & 25 deletions

File tree

.github/dependabot.yml

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,62 @@ version: 2
22
updates:
33
- package-ecosystem: gradle
44
directories:
5-
- "/"
6-
- "/components/abstractions"
7-
- "/components/serialization/form"
8-
- "/components/serialization/json"
9-
- "/components/serialization/text"
10-
- "/components/serialization/multipart"
11-
- "/components/authentication/azure"
12-
- "/components/http/okHttp"
13-
- "/components/bundle"
5+
- /
6+
- /components/abstractions
7+
- /components/serialization/form
8+
- /components/serialization/json
9+
- /components/serialization/text
10+
- /components/serialization/multipart
11+
- /components/authentication/azure
12+
- /components/http/okHttp
13+
- /components/bundle
1414
schedule:
1515
interval: daily
16-
time: "09:00" # 9am UTC
16+
time: 09:00
1717
open-pull-requests-limit: 10
1818
groups:
1919
junit-dependencies:
2020
patterns:
21-
- "*junit*"
21+
- '*junit*'
2222
open-telemetry:
2323
patterns:
24-
- "*opentelemetry*"
24+
- '*opentelemetry*'
25+
cooldown:
26+
default-days: 7
2527
- package-ecosystem: gradle
2628
directories:
27-
- "/components/abstractions/android"
28-
- "/components/serialization/form/android"
29-
- "/components/serialization/json/android"
30-
- "/components/serialization/text/android"
31-
- "/components/serialization/multipart/android"
32-
- "/components/authentication/azure/android"
33-
- "/components/http/okHttp/android"
34-
- "/components/bundle/android"
29+
- /components/abstractions/android
30+
- /components/serialization/form/android
31+
- /components/serialization/json/android
32+
- /components/serialization/text/android
33+
- /components/serialization/multipart/android
34+
- /components/authentication/azure/android
35+
- /components/http/okHttp/android
36+
- /components/bundle/android
3537
schedule:
3638
interval: daily
37-
time: "10:00" # 10am UTC. Checked after the core modules to prevent duplicate PRs updating dependencies.gradle files
39+
time: 10:00
3840
open-pull-requests-limit: 10
41+
cooldown:
42+
default-days: 7
3943
- package-ecosystem: github-actions
40-
directory: "/"
44+
directory: /
4145
schedule:
4246
interval: daily
4347
open-pull-requests-limit: 10
4448
groups:
4549
junit-dependencies:
4650
patterns:
47-
- "*junit*"
51+
- '*junit*'
4852
open-telemetry:
4953
patterns:
50-
- "*opentelemetry*"
54+
- '*opentelemetry*'
55+
cooldown:
56+
default-days: 7
5157
- package-ecosystem: devcontainers
52-
directory: "/"
58+
directory: /
5359
schedule:
5460
interval: daily
5561
open-pull-requests-limit: 10
62+
cooldown:
63+
default-days: 7

0 commit comments

Comments
 (0)