mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[Renovate] Disable major & minor typescript bumps (#5359)
This commit is contained in:
parent
120fd14213
commit
7bdc581342
5
.github/renovate.json
vendored
5
.github/renovate.json
vendored
@ -18,6 +18,11 @@
|
|||||||
"matchPackagePatterns": ["*"],
|
"matchPackagePatterns": ["*"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"packageNames": ["typescript"],
|
||||||
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"packageNames": ["typescript"],
|
"packageNames": ["typescript"],
|
||||||
"matchUpdateTypes": "patch"
|
"matchUpdateTypes": "patch"
|
||||||
|
Loading…
Reference in New Issue
Block a user