File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ updates:
1515 interval : " weekly"
1616 target-branch : " develop"
1717 ignore :
18- - dependency-name : " jest "
19- # Ignore versions of Jest that are equal to or greater than 30.0.0
20- # because it introdes module system change and it must be updated
21- # together with some other packages (nest, ts-jest, etc.) and
22- # some extra configuration changes
23- versions : [ ">=30.0.0" ]
18+ # Ignore versions of Jest and related packages that are equal to
19+ # or greater than 30.0.0 because it introduces module system change
20+ # and it must be updated together with some other packages (nest, ts-jest, etc.)
21+ # including some extra configuration changes
22+ - dependency-name : " *jest* "
23+ versions : [">=30.0.0"]
2424
2525 # Maintain dependencies for pip
2626 - package-ecosystem : " pip"
You can’t perform that action at this time.
0 commit comments