1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

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"