ci: update dependabot settings

This commit is contained in:
Cotes Chung 2024-05-04 00:41:00 +08:00
parent dcb0add47b
commit 12c340e98b
No known key found for this signature in database
GPG key ID: 0D9E54843167A808

View file

@ -2,10 +2,6 @@ version: 2
updates: updates:
- package-ecosystem: "bundler" - package-ecosystem: "bundler"
directory: "/" directory: "/"
versioning-strategy: increase
groups:
bundler:
dependency-type: "production"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "npm" - package-ecosystem: "npm"
@ -13,7 +9,10 @@ updates:
versioning-strategy: increase versioning-strategy: increase
groups: groups:
npm: npm:
dependency-type: "development" update-types:
- "major"
- "minor"
- "patch"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"