renovate: disable major updates of transitive deps (#1359)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-08 05:50:20 -05:00 committed by GitHub
parent 00a27c5168
commit 850b43ae3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,16 @@
"matchDepTypes": [
"indirect"
],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"pinDigest",
"digest",
"lockFileMaintenance",
"rollback",
"bump"
],
"enabled": true,
"prPriority": -30
},