Skip to content

Commit c0ddac4

Browse files
Merge pull request #1769 from maxmind/greg/eng-3236
Set Dependabot cooldown period
2 parents 5f9dd45 + ee991c3 commit c0ddac4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,24 @@
11
version: 2
22
updates:
33
- package-ecosystem: npm
4-
directory: "/"
4+
directory: /
55
schedule:
66
interval: daily
7-
time: "14:00"
7+
time: '14:00'
88
open-pull-requests-limit: 20
99
groups:
1010
minor-and-patch:
1111
patterns:
12-
- "*"
12+
- '*'
1313
update-types:
14-
- "minor"
15-
- "patch"
14+
- minor
15+
- patch
1616
cooldown:
1717
default-days: 4
18-
- package-ecosystem: "github-actions"
19-
directory: "/"
18+
- package-ecosystem: github-actions
19+
directory: /
2020
schedule:
2121
interval: daily
22-
time: "14:00"
22+
time: '14:00'
23+
cooldown:
24+
default-days: 4

0 commit comments

Comments
 (0)