ci: Add dependabot config to use proper commit prefix in PR title (#8968)

This commit is contained in:
Manuel
2024-03-02 14:56:21 +01:00
committed by GitHub
parent dbe8b72d8a
commit 0613174b34

14
.github/dependabot.yml vendored Normal file
View 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"