chore(deps): configure Dependabot to check monthly

This commit is contained in:
Ayushman Chhabra 2025-04-30 12:31:50 +05:30 committed by GitHub
parent 22e19cfdef
commit 5c6cec4361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ updates:
- package-ecosystem: "npm" - package-ecosystem: "npm"
directory: "." directory: "."
schedule: schedule:
interval: "weekly" interval: "monthly"
versioning-strategy: increase versioning-strategy: increase
groups: groups:
npm: npm:
@ -12,7 +12,7 @@ updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: ".github/workflows" directory: ".github/workflows"
schedule: schedule:
interval: "weekly" interval: "monthly"
groups: groups:
gha: gha:
patterns: patterns: