ci(dependabot): add cooldown default delay#2986
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Dependabot “cooldown” window to delay version-update PRs until a release has aged for a minimum period, reducing the chance of opening PRs for versions that aren’t broadly available via deployment yet.
Changes:
- Introduces
cooldown: default-days: 7for all configured Dependabot ecosystems (GitHub Actions, NuGet, dotnet-sdk, devcontainers). - Normalizes the YAML formatting while keeping the existing schedules, grouping, and ignore rules intact.
baywet
enabled auto-merge
July 22, 2026 16:44
|
peombwa
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Adds a 7-day default Dependabot cooldown so CIF deployment has time to complete before dependency update PRs are opened.
This helps avoid getting ahead with versions before they are fully available through deployment.