Enable dependabot for yarn packages (#14607)

This commit is contained in:
Steve Repsher 2022-12-14 06:13:56 -05:00 committed by GitHub
parent d48853fcdd
commit 66a22ae102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,3 +6,13 @@ updates:
interval: weekly
time: "06:00"
open-pull-requests-limit: 10
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "06:00"
open-pull-requests-limit: 5
commit-message:
include: scope
prefix: "prod"
prefix-development: "dev"