mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
20 lines
506 B
YAML
20 lines
506 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: ./packages
|
|
schedule:
|
|
interval: daily
|
|
open-pull-requests-limit: 4
|
|
reviewers:
|
|
- lensapp/lens-ide
|
|
labels:
|
|
- dependencies
|
|
versioning-strategy: increase
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types:
|
|
- version-update:semver-major
|