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
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
cooldown:
|
# Docker does not support cooldowns at the moment.
|
||||||
default-days: 7
|
# https://github.com/dependabot/dependabot-core/issues/14044
|
||||||
|
# cooldown:
|
||||||
|
# default-days: 7
|
||||||
directories:
|
directories:
|
||||||
- "/"
|
- "/"
|
||||||
- "/docker"
|
- "/docker"
|
||||||
|
|||||||
Reference in New Issue
Block a user