From d899ed299620f557b0175710b8dedbdd7c31213d Mon Sep 17 00:00:00 2001 From: tomverin Date: Thu, 2 Apr 2026 15:07:08 +0200 Subject: [PATCH] BUILD-10861 Dependabot 5-day cooldown + internal excludes (#225) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c5f33e3..480f81d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,5 +12,9 @@ updates: interval: "daily" timezone: "CET" open-pull-requests-limit: 100 + cooldown: + default-days: 5 + exclude: + - "SonarSource/*" commit-message: prefix: "NO-JIRA "