Skip to content

Add 1-month cooldown to all Dependabot update configurations#1656

Merged
evroon merged 2 commits intomasterfrom
copilot/implement-cooldown-for-dependabot-workflows
Apr 12, 2026
Merged

Add 1-month cooldown to all Dependabot update configurations#1656
evroon merged 2 commits intomasterfrom
copilot/implement-cooldown-for-dependabot-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 12, 2026

Dependabot was configured to create PRs immediately after new versions were published. Adding a 30-day cooldown across all ecosystems reduces churn from short-lived or unstable releases.

Changes

  • Added cooldown: default-days: 30 to all five package ecosystems in .github/dependabot.yml:
    • uv (backend)
    • npm (frontend, docs)
    • github-actions
    • docker
    • docker-compose
- package-ecosystem: "uv"
  directory: "/backend"
  schedule:
    interval: "weekly"
  cooldown:
    default-days: 30

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 12, 2026

Deploying bracket-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: c7a3b47
Status: ✅  Deploy successful!
Preview URL: https://790ea4fe.bracket-docs.pages.dev
Branch Preview URL: https://copilot-implement-cooldown-f.bracket-docs.pages.dev

View logs

Copilot AI changed the title [WIP] Implement 1 month cooldown period for all dependabot workflows Add 1-month cooldown to all Dependabot update configurations Apr 12, 2026
Copilot AI requested a review from evroon April 12, 2026 14:01
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying bracket-frontend with  Cloudflare Pages  Cloudflare Pages

Latest commit: c7a3b47
Status: ✅  Deploy successful!
Preview URL: https://91ec8033.bracket-abd.pages.dev
Branch Preview URL: https://copilot-implement-cooldown-f.bracket-abd.pages.dev

View logs

@evroon evroon marked this pull request as ready for review April 12, 2026 14:02
@evroon evroon enabled auto-merge (squash) April 12, 2026 14:03
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.75%. Comparing base (92d0648) to head (c7a3b47).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1656   +/-   ##
=======================================
  Coverage   94.74%   94.75%           
=======================================
  Files         120      120           
  Lines        4379     4381    +2     
=======================================
+ Hits         4149     4151    +2     
  Misses        230      230           

☔ View full report in Codecov by Sentry.
📢 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.

@evroon evroon merged commit 10db82f into master Apr 12, 2026
13 checks passed
@evroon evroon deleted the copilot/implement-cooldown-for-dependabot-workflows branch April 12, 2026 14:03
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.

2 participants