Skip to content

Add 7-day cooldown for NuGet Dependabot updates#357

Merged
jaredpar merged 1 commit into
mainfrom
copilot/update-dependabot-settings
Jun 8, 2026
Merged

Add 7-day cooldown for NuGet Dependabot updates#357
jaredpar merged 1 commit into
mainfrom
copilot/update-dependabot-settings

Conversation

Copilot AI commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Dependabot currently opens NuGet update PRs on its weekly schedule without a delay window. This change adds a 7-day cooldown so NuGet update PRs are deferred before being raised.

  • Dependabot policy update
    • Added cooldown configuration to the NuGet update entry in .github/dependabot.yml.
    • Set default-days to 7 to apply a one-week cooldown to NuGet version updates.
updates:
  - package-ecosystem: "nuget"
    directory: "/"
    schedule:
      interval: "weekly"
    cooldown:
      default-days: 7

Co-authored-by: jaredpar <146967+jaredpar@users.noreply.github.com>
Copilot AI changed the title Configure Dependabot NuGet cooldown to 7 days Add 7-day cooldown for NuGet Dependabot updates Jun 8, 2026
Copilot AI requested a review from jaredpar June 8, 2026 05:22
@codecov

codecov Bot commented Jun 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.22%. Comparing base (3c441e7) to head (8f72d1e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #357   +/-   ##
=======================================
  Coverage   96.22%   96.22%           
=======================================
  Files          56       56           
  Lines        7707     7707           
  Branches      897      897           
=======================================
  Hits         7416     7416           
  Misses        176      176           
  Partials      115      115           

☔ 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.

@jaredpar jaredpar marked this pull request as ready for review June 8, 2026 15:40
@jaredpar jaredpar merged commit e927bde into main Jun 8, 2026
6 checks passed
@jaredpar jaredpar deleted the copilot/update-dependabot-settings branch June 8, 2026 15:40
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