1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-20 22:07:31 +03:00
lens/.dependabot/config.yml
Sebastian Malton ac95c1e862
prevent dependabot from introducing bump PRs for major versions (#2869)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
2021-05-25 20:13:48 +03:00

22 lines
552 B
YAML

# See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
# for config options
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 4
reviewers:
- "lensapp/lens-maintainers"
labels:
- "dependencies"
versioning-strategy:
lockfile-only: false
increase: true
ignore:
- dependency-name: *
update-types:
- version-update:semver-major