We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4198da commit eef726aCopy full SHA for eef726a
.github/dependabot.yml
@@ -11,6 +11,11 @@ updates:
11
open-pull-requests-limit: 10
12
ignore:
13
- 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
+
19
20
- package-ecosystem: "github-actions"
21
target-branch: "master"
0 commit comments