You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
432 B
15 lines
432 B
version: 2 |
|
updates: |
|
- package-ecosystem: "npm" |
|
directory: / |
|
open-pull-requests-limit: 3 |
|
schedule: |
|
interval: "daily" |
|
reviewers: |
|
- "gabek" |
|
ignore: |
|
# Ignore patch updates from some libraries |
|
- dependency-name: "*typescript*" |
|
update-types: ["version-update:semver-patch"] |
|
- dependency-name: "*eslint*" |
|
update-types: ["version-update:semver-patch"]
|
|
|