fix: dependabot currently doesn't support cooldown for docker
ref: https://github.com/dependabot/dependabot-core/issues/14044
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: docker
|
||||
cooldown:
|
||||
default-days: 7
|
||||
# Docker does not support cooldowns at the moment.
|
||||
# https://github.com/dependabot/dependabot-core/issues/14044
|
||||
# cooldown:
|
||||
# default-days: 7
|
||||
directories:
|
||||
- "/"
|
||||
- "/docker"
|
||||
|
||||
Reference in New Issue
Block a user