Add correct label for Dependabot PRs to config (#1537)
This commit is contained in:
parent
d7362a97a0
commit
8598fb0ae8
1 changed files with 15 additions and 13 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -1,11 +1,13 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/"
|
directory: /
|
||||||
open-pull-requests-limit: 999
|
open-pull-requests-limit: 999
|
||||||
rebase-strategy: disabled
|
rebase-strategy: disabled
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
labels:
|
||||||
|
- area/dependencies
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: react-hook-form
|
- dependency-name: react-hook-form
|
||||||
update-types: ["version-update:semver-major"]
|
update-types: ["version-update:semver-major"]
|
||||||
|
|
Loading…
Reference in a new issue