Create dependabot.yml

This commit is contained in:
Praveen Thirumurugan
2025-12-17 05:25:55 +05:30
committed by GitHub
parent e85c450e09
commit b9aaa429a7

27
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 5
assignees:
- "praveentcom"
commit-message:
prefix: "chore"
include: "scope"
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 3
assignees:
- "praveentcom"
commit-message:
prefix: "ci"
include: "scope"