mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Depedabot config should be in .github/ (#3113)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
f6862fc72d
commit
fd474fcfa3
@ -1,21 +0,0 @@
|
|||||||
# 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
|
|
||||||
ignore:
|
|
||||||
- dependency-name: "*"
|
|
||||||
update-types:
|
|
||||||
- version-update:semver-major
|
|
||||||
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
@ -1,9 +1,21 @@
|
|||||||
# Please see the documentation for all configuration options:
|
# See https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
# for config options
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "npm" # See documentation for possible values
|
- package-ecosystem: "npm"
|
||||||
directory: "/" # Location of package manifests
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 4
|
||||||
|
reviewers:
|
||||||
|
- "lensapp/lens-maintainers"
|
||||||
|
labels:
|
||||||
|
- "dependencies"
|
||||||
|
versioning-strategy:
|
||||||
|
lockfile-only: false
|
||||||
|
increase: true
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "*"
|
||||||
|
update-types:
|
||||||
|
- version-update:semver-major
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user