Skip to content

CONFIG: Align dependabot config to the v2 standard - #64

Merged
cjdutoit merged 1 commit into
mainfrom
users/perirrs/config-changes
Aug 17, 2026
Merged

CONFIG: Align dependabot config to the v2 standard#64
cjdutoit merged 1 commit into
mainfrom
users/perirrs/config-changes

Conversation

@perirrs

@perirrs perirrs commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Summary

Brings .github/dependabot.yml in line with the NHSISL v2 dependabot standard: weekly on Mondays with cooldown pacing so we stop chasing every release on day one. Config-only, no code changes.

closes AB#29928

Changes

  • schedule.day: monday - one predictable weekly window
  • cooldown block: patch 3 days, minor 7, major 14 (default 7)
  • boilerplate template comments removed
  • FluentAssertions ignore unchanged (already the correct update-types: semver-major form)

Not changed (by design)

  • No groups - one package per PR
  • No other ignores - other holds are enforced by bracket pins in the csprojs

… cooldown pacing; boilerplate comments removed)
Copilot AI lite review requested due to automatic review settings August 17, 2026 11:06

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s Dependabot configuration to match the NHSISL “v2 standard” cadence, aiming to reduce update churn by moving to a predictable weekly window and adding cooldown pacing.

Changes:

  • Set NuGet Dependabot schedule to run weekly on Mondays.
  • Added a cooldown configuration to delay patch/minor/major update PR creation by defined day counts.
  • Removed the default Dependabot template boilerplate comments (no functional impact).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@cjdutoit
cjdutoit merged commit d836381 into main Aug 17, 2026
10 checks passed
@cjdutoit
cjdutoit deleted the users/perirrs/config-changes branch August 17, 2026 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants