1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(dependabot): group the dependency updates for creating less PRs

This commit is contained in:
Orhun Parmaksız 2023-12-20 13:58:31 +03:00
parent 134eb096dd
commit c6a92bf687
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -13,6 +13,13 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"
# Maintain dependencies for NPM
- package-ecosystem: "npm"
@ -20,3 +27,10 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"