[Renovate] Disable major & minor typescript bumps (#5359)

This commit is contained in:
Oscar Hinton 2023-05-04 17:02:04 +02:00 committed by GitHub
parent 120fd14213
commit 7bdc581342
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,11 @@
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"packageNames": ["typescript"],
"matchUpdateTypes": ["major", "minor"],
"enabled": false
},
{
"packageNames": ["typescript"],
"matchUpdateTypes": "patch"