mirror of
https://github.com/lensapp/lens.git
synced 2024-11-10 10:36:25 +03:00
adf1251bbd
Signed-off-by: Sebastian Malton <sebastian@malton.name>
20 lines
497 B
YAML
20 lines
497 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-ide
|
|
labels:
|
|
- dependencies
|
|
versioning-strategy: increase
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types:
|
|
- version-update:semver-major
|