Skip to content

Commit

Permalink
build(renovate): specify allowed version differently
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Sep 27, 2023
1 parent 8a832af commit 1c026d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
// https://angular.io/guide/versions
{
"matchPackageNames": ["typescript"],
"allowedVersions": ">=4.9.3 <5.2.0"
"allowedVersions": "<=5.2.0"
}
]
}

0 comments on commit 1c026d9

Please sign in to comment.