Skip to content

chore: dependabot cooldown#422

Merged
sjvans merged 3 commits into
mainfrom
dependabot-cooldown
May 21, 2026
Merged

chore: dependabot cooldown#422
sjvans merged 3 commits into
mainfrom
dependabot-cooldown

Conversation

@sjvans
Copy link
Copy Markdown
Contributor

@sjvans sjvans commented May 18, 2026

as suggested in #420

@hyperspace-insights
Copy link
Copy Markdown
Contributor

Summary

The following content is AI-generated and provides a summary of the pull request:


Add Dependabot Cooldown and GitHub Actions Ecosystem Support

Chore

🔧 Updated the Dependabot configuration to add a cooldown period and extend version update tracking to GitHub Actions workflows.

Changes

  • .github/dependabot.yml:
    • Changed the npm update schedule from daily to weekly
    • Added a cooldown block with default-days: 1 to the npm ecosystem configuration
    • Added a new github-actions package ecosystem entry with a weekly schedule and the same cooldown setting

  • 🔄 Regenerate and Update Summary
  • ✏️ Insert as PR Description (deletes this comment)
  • 🗑️ Delete comment
PR Bot Information

Version: 1.20.47

  • Event Trigger: pull_request.opened
  • File Content Strategy: Full file content
  • Summary Prompt: Default Prompt
  • LLM: anthropic--claude-4.6-sonnet
  • Output Template: Default Template
  • Correlation ID: b4583ad3-1b88-4389-8564-6db0e56667d3

Copy link
Copy Markdown
Contributor

@hyperspace-insights hyperspace-insights Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@sjvans sjvans mentioned this pull request May 18, 2026
@sjvans sjvans enabled auto-merge (squash) May 18, 2026 07:42
Comment thread .github/dependabot.yml Outdated
interval: 'daily'
interval: 'weekly'
cooldown:
default-days: 1
Copy link
Copy Markdown
Member

@patricebender patricebender May 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

I have chosen 3 days for cds-dbs, because that is the window of time a package can be un-published

Comment thread .github/dependabot.yml Outdated
Comment thread .github/dependabot.yml Outdated
sjvans added 2 commits May 18, 2026 10:20
Co-authored-by: sjvans <30337871+sjvans@users.noreply.github.com>
@sjvans sjvans merged commit 0cbb661 into main May 21, 2026
13 checks passed
@sjvans sjvans deleted the dependabot-cooldown branch May 21, 2026 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants