Skip to content

Commit e1dfc3f

Browse files
Merge pull request #151 from maxmind/greg/eng-3236
Set Dependabot cooldown period
2 parents a49cc35 + 6c3d3e8 commit e1dfc3f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
55
schedule:
66
interval: daily
7-
time: "14:00"
7+
time: '14:00'
8+
cooldown:
9+
default-days: 4

0 commit comments

Comments
 (0)