-
Notifications
You must be signed in to change notification settings - Fork 434
Add cooldown settings for Dependabot
#3434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Adds Dependabot cooldown configuration to reduce update PR churn by enforcing a default 7‑day cooldown, with exclusions for core Actions/tooling dependencies.
Changes:
- Added
cooldown.default-days: 7to the npm Dependabot update configuration. - Added
cooldown.default-days: 7to the GitHub Actions Dependabot update configuration. - Configured cooldown exclusions for
@actions/*(npm) andactions/*(GitHub Actions).
henrymercer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
9a4b88b to
2591c20
Compare
|
@henrymercer had to resolve a merge conflict, so this needs re-approval |
|
Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks. |
See https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#cooldown- for what this does.
Risk assessment
For internal use only. Please select the risk level of this change:
Which use cases does this change impact?
How did/will you validate this change?
If something goes wrong after this change is released, what are the mitigation and rollback strategies?
How will you know if something goes wrong after this change is released?
Are there any special considerations for merging or releasing this change?
Merge / deployment checklist