Skip to content

Commit 9c99344

Browse files
Merge pull request #1470 from maxmind/greg/eng-3236
Set Dependabot cooldown period
2 parents adb9778 + 722ee92 commit 9c99344

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
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
groups:
99
minor-and-patch:
1010
patterns:
11-
- "*"
11+
- '*'
1212
update-types:
13-
- "minor"
14-
- "patch"
15-
- package-ecosystem: "github-actions"
16-
directory: "/"
13+
- minor
14+
- patch
15+
cooldown:
16+
default-days: 4
17+
- package-ecosystem: github-actions
18+
directory: /
1719
schedule:
1820
interval: daily
19-
time: "14:00"
21+
time: '14:00'
22+
cooldown:
23+
default-days: 4

0 commit comments

Comments
 (0)