From 4a920dbb4adf6f5a33a628bf16c9a65cbd740287 Mon Sep 17 00:00:00 2001 From: andrei-ifrim Date: Tue, 26 May 2026 15:36:36 +0300 Subject: [PATCH 1/2] chore: add dependabot cooldown (ADR-011) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30a50b5..2cb1588 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,4 +20,6 @@ updates: interval: daily time: "09:00" timezone: Europe/London + cooldown: + default-days: 3 open-pull-requests-limit: 10 From 7cc02980ca0c99b0ec2442d5e75c95bad20ad7aa Mon Sep 17 00:00:00 2001 From: andrei-ifrim Date: Tue, 26 May 2026 16:51:54 +0300 Subject: [PATCH 2/2] fix: restrict dependabot cooldown to external packages (ADR-011) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2cb1588..98cee63 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,4 +22,6 @@ updates: timezone: Europe/London cooldown: default-days: 3 + exclude: + - onb* open-pull-requests-limit: 10