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: bundler:
dependency-type: "production" dependency-type: "production"
schedule: schedule:
interval: "monthly" interval: "weekly"
- 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: "monthly" interval: "weekly"
- 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: "monthly" interval: "weekly"