Group only minor/patch updates to deps (#45136)

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
Stian Thorgersen 2026-01-05 13:46:05 +01:00 committed by GitHub
parent 2af7c843af
commit 560e418941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,9 @@ updates:
actions-dependencies: # This name will be used in the PR title
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: npm
directory: js
@ -46,3 +49,6 @@ updates:
npm-dependencies: # This name will be used in the PR title
patterns:
- "*"
update-types:
- "minor"
- "patch"