Adapted from https://github.com/mkyong/maven-examples.git
This repository uses Dependabot for automated dependency version updates. The configuration lives in .github/dependabot.yml.
The cooldown field instructs Dependabot to wait a number of days after a new version is published before opening a pull request. This gives the community time to discover and report problems (e.g. a compromised package or a breaking release) before the update lands in your codebase.
cooldown:
default-days: 3 # wait 3 days after a new version is publishedYou can also set ecosystem- or package-specific overrides:
cooldown:
default-days: 3
semver-major-days: 7 # extra caution for major-version bumpsSee the Dependabot cooldown documentation for all available options.
Dependencies are grouped into production-dependencies and development-dependencies so that each Dependabot run produces at most one PR per group instead of one PR per package.