From 17dee7da8e5d261d953d04369094c79ecb0bc6df Mon Sep 17 00:00:00 2001 From: sinchubhat Date: Thu, 2 Jul 2026 12:28:09 +0530 Subject: [PATCH] ci: add Dependabot cooldown settings --- .github/dependabot.yml | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 480a7ba82..da84dc000 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,21 +4,29 @@ updates: directory: / schedule: interval: daily + cooldown: + default-days: 7 open-pull-requests-limit: 10 - package-ecosystem: "docker" directory: / schedule: interval: daily + cooldown: + default-days: 7 open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: / schedule: interval: daily - open-pull-requests-limit: 10 - - - package-ecosystem: docker - directory: /integration-test - schedule: - interval: daily + cooldown: + default-days: 7 + open-pull-requests-limit: 10 + + - package-ecosystem: docker + directory: /integration-test + schedule: + interval: daily + cooldown: + default-days: 7