Skip to content

Commit

Permalink
misc: configure dependabot to use the right label (#8611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Feb 1, 2023
1 parent 0425917 commit 58b3044
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -7,3 +7,12 @@ updates:
open-pull-requests-limit: 99
labels:
- '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'

0 comments on commit 58b3044

Please sign in to comment.