Skip to content

Commit b756e92

Browse files
committed
build(deps): block yargs 18+ updates in dependabot
- yargs 18+ is ESM-first and does not work on node 14 and 16
1 parent 7d71f79 commit b756e92

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
schedule:
66
interval: "weekly"
77
versioning-strategy: increase
8+
ignore:
9+
- dependency-name: "yargs"
10+
versions:
11+
- ">=18.0.0"
812
groups:
913
minor-dependencies:
1014
update-types:

0 commit comments

Comments
 (0)