Skip to content

Commit 75f834a

Browse files
Merge pull request #221 from maxmind/greg/eng-3236
Set Dependabot cooldown period
2 parents 8b2bff3 + ae1a4cc commit 75f834a

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
version: 2
22
updates:
33
- package-ecosystem: composer
4-
directory: "/"
4+
directory: /
55
schedule:
66
interval: daily
7-
time: "14:00"
7+
time: '14:00'
88
open-pull-requests-limit: 10
9-
- package-ecosystem: "github-actions"
10-
directory: "/"
9+
cooldown:
10+
default-days: 4
11+
- package-ecosystem: github-actions
12+
directory: /
1113
schedule:
1214
interval: daily
13-
time: "14:00"
15+
time: '14:00'
16+
cooldown:
17+
default-days: 4

0 commit comments

Comments
 (0)