Skip to content

Commit 8e50332

Browse files
alan-agius4clydin
authored andcommitted
ci: disable major updates for rxjs and tslib
With this change we update renovate configuration to disallow major update for rxjs and tslib
1 parent 7e3a622 commit 8e50332

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

renovate.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@
3535
"pinVersions": false
3636
},
3737
{
38-
"packageNames": ["typescript"],
38+
"packageNames": ["typescript", "rxjs", "tslib"],
3939
"separateMinorPatch": true
4040
},
41+
{
42+
"packageNames": ["typescript", "rxjs", "tslib"],
43+
"updateTypes": ["major"],
44+
"enabled": false
45+
},
4146
{
4247
"packageNames": ["typescript"],
43-
"updateTypes": ["minor", "major"],
48+
"updateTypes": ["minor"],
4449
"enabled": false
4550
},
4651
{

0 commit comments

Comments
 (0)