You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add cooldown interval to dependabot configuration (#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)
0 commit comments