mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Match with Renovate package names (#5506)
This commit is contained in:
6
.github/renovate.json
vendored
6
.github/renovate.json
vendored
@@ -29,17 +29,17 @@
|
|||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"packageNames": ["typescript"],
|
"matchPackageNames": ["typescript"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"packageNames": ["typescript"],
|
"matchPackageNames": ["typescript"],
|
||||||
"matchUpdateTypes": "patch"
|
"matchUpdateTypes": "patch"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "jest",
|
"groupName": "jest",
|
||||||
"packageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
|
"matchPackageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
|
||||||
"matchUpdateTypes": "major"
|
"matchUpdateTypes": "major"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user