chore(dependabot): fix missing property prefix (#1606)

This commit is contained in:
Lctrs 2023-03-08 10:26:36 +01:00 committed by GitHub
parent d5002e54fe
commit b088e4e3e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ version: 2
updates:
- commit-message:
include: "scope"
prefix: "chore(deps)"
directory: "/"
ignore:
# newer versions of these libs will break build
@ -17,6 +18,7 @@ updates:
- commit-message:
include: "scope"
prefix: "chore(ci)"
directory: "/"
open-pull-requests-limit: 10
package-ecosystem: "github-actions"