From 4d8481b68d3734f643a271a7891f6e21127b47b7 Mon Sep 17 00:00:00 2001 From: Freek van Rijt Date: Thu, 13 Aug 2026 10:44:48 +0200 Subject: [PATCH] ci(dependabot): exclude myparcel packages from cooldown Dependabot applies a 3-day cooldown to version updates, also when no cooldown block is set. That delays the update PRs for our own releases. Exclude our own scopes to let those PRs open immediately. Third-party packages keep the default cooldown. Co-Authored-By: Claude Opus 5 (1M context) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 22d9c409..f3693c9a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,12 @@ updates: interval: 'daily' reviewers: ['myparcelnl/integration'] versioning-strategy: increase-if-necessary + cooldown: + exclude: + - '@myparcel/*' + - '@myparcel-dev/*' + - '@myparcel-eslint/*' + - '@myparcel-pdk/*' groups: minor-js-updates: applies-to: version-updates