fix: dependabot currently doesn't support cooldown for docker

ref: https://github.com/dependabot/dependabot-core/issues/14044
This commit is contained in:
Matthias
2026-04-09 06:44:23 +02:00
parent 7c43833a2d
commit e5baa27d51
+4 -2
View File
@@ -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"