Skip to content

ci(dependabot): exclude myparcel packages from cooldown - #233

Merged
FreekVR merged 1 commit into
mainfrom
chore/dependabot-cooldown-exclude-myparcel
Aug 13, 2026
Merged

ci(dependabot): exclude myparcel packages from cooldown#233
FreekVR merged 1 commit into
mainfrom
chore/dependabot-cooldown-exclude-myparcel

Conversation

@FreekVR

@FreekVR FreekVR commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

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

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>
@FreekVR
FreekVR requested review from a team as code owners August 13, 2026 08:46
@codecov

codecov Bot commented Aug 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.44%. Comparing base (17c5831) to head (b410db0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #233   +/-   ##
=======================================
  Coverage   85.44%   85.44%           
=======================================
  Files          81       81           
  Lines        1463     1463           
  Branches      213      213           
=======================================
  Hits         1250     1250           
  Partials      213      213           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@FreekVR
FreekVR merged commit ccbd8d3 into main Aug 13, 2026
7 checks passed
@FreekVR
FreekVR deleted the chore/dependabot-cooldown-exclude-myparcel branch August 13, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant