mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
misc: configure dependabot to use the right label (#8611)
This commit is contained in:
parent
0425917a50
commit
58b3044306
1 changed files with 9 additions and 0 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -7,3 +7,12 @@ updates:
|
||||||
open-pull-requests-limit: 99
|
open-pull-requests-limit: 99
|
||||||
labels:
|
labels:
|
||||||
- 'pr: dependencies'
|
- 'pr: dependencies'
|
||||||
|
- package-ecosystem: 'npm'
|
||||||
|
directory: '/'
|
||||||
|
schedule:
|
||||||
|
interval: 'daily'
|
||||||
|
# Disable version updates for npm dependencies
|
||||||
|
# https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
|
||||||
|
open-pull-requests-limit: 0
|
||||||
|
labels:
|
||||||
|
- 'pr: dependencies'
|
||||||
|
|
Loading…
Add table
Reference in a new issue