ci: Add dependabot config to use proper commit prefix in PR title (#8968)
This commit is contained in:
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# Dependabot dependency updates
|
||||||
|
# Docs: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
# Location of package-lock.json
|
||||||
|
directory: "/"
|
||||||
|
# Check daily for updates
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
commit-message:
|
||||||
|
# Set commit message prefix
|
||||||
|
prefix: "refactor"
|
||||||
Reference in New Issue
Block a user