mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
add custom configuration for dependabot (#1973)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
e6c90c28cc
commit
19c0e73760
17
.dependabot/config.yml
Normal file
17
.dependabot/config.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# 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
|
||||||
Loading…
Reference in New Issue
Block a user