ci(dependabot): group minor and patch updates

This commit is contained in:
Nicolas Meienberger 2024-03-05 10:40:43 +01:00
parent e398875afa
commit 745b6b528d

View File

@ -1,8 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: 'npm'
@ -12,9 +7,20 @@ updates:
interval: 'daily'
open-pull-requests-limit: 10
rebase-strategy: 'auto'
groups:
minor-patch-dev:
dependency-type: development
update-types:
- minor
- patch
patch-prod:
dependency-type: production
update-types:
- patch
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'
rebase-strategy: 'auto'
rebase-strategy: 'auto'