feat: added dependabot (#1144) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration for automated dependency updates using Dependabot | |
version: 2 | |
updates: | |
# Define the target package ecosystem | |
- package-ecosystem: "npm" | |
# Specify the root directory | |
directory: "/" | |
# Schedule automated updates to run weekly | |
schedule: | |
interval: "weekly" | |
# Labels to apply to Dependabot PRs | |
labels: | |
- "dependencies" | |
# Specify the target branch for PRs | |
target-branch: "develop" | |
# Customize commit message prefix | |
commit-message: | |
prefix: "chore(deps):" |