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

build(deps): improve dependency grouping

This commit is contained in:
Cotes Chung 2024-06-04 19:26:17 +08:00
parent 3b46629dc0
commit 88b844ce80
No known key found for this signature in database
GPG Key ID: 0D9E54843167A808

View File

@ -8,11 +8,10 @@ updates:
directory: "/" directory: "/"
versioning-strategy: increase versioning-strategy: increase
groups: groups:
npm: prod-deps:
update-types: dependency-type: production
- "major" dev-deps:
- "minor" dependency-type: development
- "patch"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"