mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 12:34:31 +03:00
chore(dependabot): group the dependency updates for creating less PRs
This commit is contained in:
parent
134eb096dd
commit
c6a92bf687
14
.github/dependabot.yml
vendored
14
.github/dependabot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user