From bdeb68f9231d6d4fb5ea93ce2924693cfcef5428 Mon Sep 17 00:00:00 2001 From: Scott Leberknight <174812+sleberknight@users.noreply.github.com> Date: Mon, 15 Jun 2026 17:18:36 -0400 Subject: [PATCH] chore: exclude org.kiwiproject from Dependabot cooldown Exclude org.kiwiproject dependencies from the cooldown period so that kiwiproject library updates are applied without delay. --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c6f845..6335f4b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,6 +23,8 @@ updates: semver-patch-days: 5 semver-minor-days: 14 semver-major-days: 30 + exclude: + - "org.kiwiproject:*" commit-message: prefix: "chore(deps)" - package-ecosystem: "github-actions"