forked from LaconicNetwork/kompose
chore(dependabot): fix missing property prefix (#1606)
This commit is contained in:
parent
d5002e54fe
commit
b088e4e3e2
2
.github/dependabot.yaml
vendored
2
.github/dependabot.yaml
vendored
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user