From 287bd2fd74585a88738535bcfbc492d3a1920fd4 Mon Sep 17 00:00:00 2001 From: trinity Pointard Date: Mon, 30 Mar 2026 11:35:10 +0200 Subject: [PATCH] add dependabot cooldown --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef256bac12e..1166d6a6f6e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: - dependency-name: "*" update-types: ["version-update:semver-patch"] cooldown: - default-days: 14 + default-days: 2 # Docker dependencies - package-ecosystem: docker @@ -23,7 +23,7 @@ updates: interval: "monthly" open-pull-requests-limit: 10 cooldown: - default-days: 14 + default-days: 2 # GitHub Actions - package-ecosystem: github-actions @@ -36,7 +36,7 @@ updates: - "*" open-pull-requests-limit: 10 cooldown: - default-days: 14 + default-days: 2 # NPM dependencies - package-ecosystem: npm @@ -49,4 +49,4 @@ updates: - "*" open-pull-requests-limit: 10 cooldown: - default-days: 14 + default-days: 2