build(gh): reduce the frequency of dependabot PR submissions

This commit is contained in:
Cotes Chung 2023-11-06 04:29:36 +08:00
parent 18808851a9
commit 911206be80
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ updates:
bundler:
dependency-type: "production"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
@ -15,7 +15,7 @@ updates:
npm:
dependency-type: "development"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
groups:
@ -23,4 +23,4 @@ updates:
update-types:
- "major"
schedule:
interval: "weekly"
interval: "monthly"