Skip to content

Commit eef726a

Browse files
authored
ci(dependabot): ignore semver-major updates for unidic@5 (#3484)
1 parent c4198da commit eef726a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ updates:
1111
open-pull-requests-limit: 10
1212
ignore:
1313
- dependency-name: "traverse"
14+
- dependency-name: "undici" # we need to stay on unidici@5 for testing on Node.js@16
15+
dependency-type: "development"
16+
update-types:
17+
- "version-update:semver-major"
18+
1419

1520
- package-ecosystem: "github-actions"
1621
target-branch: "master"

0 commit comments

Comments
 (0)