chore: add cooldown interval to dependabot configuration#4854
Merged
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds experimental branch cooldown configuration to Dependabot updates across multiple package ecosystems. The cooldown setting introduces a 5-day delay before creating follow-up pull requests on the same branch, helping to reduce PR noise and allow time for initial updates to be reviewed.
- Adds
experimental-branch-cooldownwithdefault-days: 5to all five Dependabot update configurations - Applies consistently across GitHub Actions, Python pip, and Docker ecosystem updates
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rjaegers
requested changes
Nov 3, 2025
Contributor
rjaegers
left a comment
There was a problem hiding this comment.
I think the option is just cooldown now. I can't find any reference to experimental-branch-cooldown in the Dependabot documentation.
rjaegers
approved these changes
Nov 3, 2025
LudovicTOURMAN
pushed a commit
to doctolib-lab/terraform-aws-github-runner
that referenced
this pull request
Apr 7, 2026
…runners#4854) This pull request updates the Dependabot configuration to introduce a cooldown period for experimental branches across multiple update directories. This change helps prevent Dependabot from creating experimental branches too frequently, reducing noise and potential merge conflicts. Dependabot configuration enhancements: * Added the `experimental-branch-cooldown` setting with `default-days: 5` to the root `/`, `/lambdas`, `/.ci/Dockerfile`, `/.devcontainer/Dockerfile`, and `/.github/workflows/mkdocs` update directories in `.github/dependabot.yml`. [[1]](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R18-R19) [[2]](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R30-R31) [[3]](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R63-R64) [[4]](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R75-R76) [[5]](diffhunk://#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R87-R88)
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.
This pull request updates the Dependabot configuration to introduce a cooldown period for experimental branches across multiple update directories. This change helps prevent Dependabot from creating experimental branches too frequently, reducing noise and potential merge conflicts.
Dependabot configuration enhancements:
experimental-branch-cooldownsetting withdefault-days: 5to the root/,/lambdas,/.ci/Dockerfile,/.devcontainer/Dockerfile, and/.github/workflows/mkdocsupdate directories in.github/dependabot.yml. [1] [2] [3] [4] [5]