From 73b9b12f44875349b20a2e8e48d8599d2bc8e5ab Mon Sep 17 00:00:00 2001 From: Rui Yu <1567858+ruiyu2000@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:14:53 +0200 Subject: [PATCH] chore: add 5-day Dependabot cooldown --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8470682..5e994b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,7 @@ updates: time: "09:00" timezone: "Europe/Oslo" day: "monday" + cooldown: + default-days: 5 + exclude: + - "entur/*"