misc: configure dependabot to use the right label (#8611)

This commit is contained in:
Joshua Chen 2023-02-01 10:41:28 -05:00 committed by GitHub
parent 0425917a50
commit 58b3044306
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'