Skip to content

Commit e5baa27

Browse files
committed
fix: dependabot currently doesn't support cooldown for docker
ref: dependabot/dependabot-core#14044
1 parent 7c43833 commit e5baa27

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
version: 2
22
updates:
33
- package-ecosystem: docker
4-
cooldown:
5-
default-days: 7
4+
# Docker does not support cooldowns at the moment.
5+
# https://github.com/dependabot/dependabot-core/issues/14044
6+
# cooldown:
7+
# default-days: 7
68
directories:
79
- "/"
810
- "/docker"

0 commit comments

Comments
 (0)