1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

dependabot: ignore major version bumps

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-05-24 10:38:44 +03:00
parent 5372e3617e
commit 8f14888a26

View File

@ -15,3 +15,6 @@ updates:
versioning-strategy:
lockfile-only: false
increase: true
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]