mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 04:07:16 +00:00
ci: Add Dependabot configuration for version updates
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
version: 2
|
||||
updates:
|
||||
# Enable version updates for npm in the root directory
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "main"
|
||||
# Optional: Add labels to Dependabot PRs
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "dependabot"
|
||||
|
||||
# Enable version updates for npm in the server directory
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/server"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
target-branch: "main"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- "dependabot"
|
||||
Reference in New Issue
Block a user