build(deps-dev): set update interval to weekly

This commit is contained in:
Cotes Chung 2024-02-14 01:53:49 +08:00
parent 79c65b3e44
commit 365abc6b3b
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: "monthly"
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
@ -15,7 +15,7 @@ updates:
npm:
dependency-type: "development"
schedule:
interval: "monthly"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
groups:
@ -23,4 +23,4 @@ updates:
update-types:
- "major"
schedule:
interval: "monthly"
interval: "weekly"