mirror of
https://github.com/tiennm99/claude-code-routine-trigger-worker.git
synced 2026-05-27 07:59:26 +00:00
chore: add dependabot config (#7)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
minor-and-patch:
|
||||
update-types: ["minor", "patch"]
|
||||
security:
|
||||
applies-to: security-updates
|
||||
patterns: ["*"]
|
||||
versioning-strategy: increase
|
||||
labels: ["dependencies", "security"]
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
Reference in New Issue
Block a user