diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd168014b..c5b85fce7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"