Browse Source

Group jest packages (#5477)

pull/5475/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
912987d3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/renovate.json

5
.github/renovate.json

@ -36,6 +36,11 @@ @@ -36,6 +36,11 @@
{
"packageNames": ["typescript"],
"matchUpdateTypes": "patch"
},
{
"groupName": "jest",
"packageNames": ["@types/jest", "jest", "ts-jest", "jest-preset-angular"],
"matchUpdateTypes": "major"
}
],
"ignoreDeps": [

Loading…
Cancel
Save