chore: dependabot cooldown#422
Conversation
as suggested in #420
SummaryThe following content is AI-generated and provides a summary of the pull request: Add Dependabot Cooldown and GitHub Actions Ecosystem SupportChore🔧 Updated the Dependabot configuration to add a cooldown period and extend version update tracking to GitHub Actions workflows. Changes
PR Bot InformationVersion:
|
There was a problem hiding this comment.
The diff and file look clean. The cooldown block is placed at the correct indentation level (same level as schedule), default-days: 1 is a valid key, and the new github-actions ecosystem entry is well-formed. There are no structural, logic, or typo issues to flag.
The PR is straightforward and correct — it adds a cooldown to both the existing npm ecosystem entry and a new github-actions entry, while switching the npm schedule from daily to weekly. The YAML structure and indentation are consistent throughout.
PR Bot Information
Version: 1.20.47
- Event Trigger:
pull_request.opened - File Content Strategy: Full file content
- Correlation ID:
b4583ad3-1b88-4389-8564-6db0e56667d3 - LLM:
anthropic--claude-4.6-sonnet
| interval: 'daily' | ||
| interval: 'weekly' | ||
| cooldown: | ||
| default-days: 1 |
There was a problem hiding this comment.
👍
I have chosen 3 days for cds-dbs, because that is the window of time a package can be un-published
Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com>
as suggested in #420