Skip to content

Commit

Permalink
ci: disable major updates for rxjs and tslib
Browse files Browse the repository at this point in the history
With this change we update renovate configuration to disallow major update for rxjs and tslib
  • Loading branch information
alan-agius4 authored and clydin committed Jul 28, 2021
1 parent 7e3a622 commit 8e50332
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,17 @@
"pinVersions": false
},
{
"packageNames": ["typescript"],
"packageNames": ["typescript", "rxjs", "tslib"],
"separateMinorPatch": true
},
{
"packageNames": ["typescript", "rxjs", "tslib"],
"updateTypes": ["major"],
"enabled": false
},
{
"packageNames": ["typescript"],
"updateTypes": ["minor", "major"],
"updateTypes": ["minor"],
"enabled": false
},
{
Expand Down

0 comments on commit 8e50332

Please sign in to comment.