Skip to content

Commit ad25cf1

Browse files
committed
chore: include all jest related deps
1 parent eb7d8a1 commit ad25cf1

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)