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