ci(dependabot): exclude myparcel packages from cooldown - #208
Merged
Conversation
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) <noreply@anthropic.com>
✅ Deploy Preview for myparcel-developer-portal ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change excludes our own packages from the Dependabot cooldown for composer and npm.
Dependabot applies a cooldown of 3 days to version updates, also when no cooldown block is set. That delays the update PRs for our own releases, which we want immediately. The exclude list holds our own scopes, so those PRs open as soon as we publish. Third-party packages keep the default cooldown.
Patterns are matched with
File.fnmatch?against the full dependency name, so a scope glob such as@myparcel-dev/*matches every package in that scope.Aligns this repo with myparcelnl/prestashop@3b76767.
🤖 Generated with Claude Code