Skip to content

Commit 88b7439

Browse files
authored
chore: excluding momoa updates from dependabot
1 parent 60d83f6 commit 88b7439

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ updates:
4040
prefix: chore(deps)
4141
prefix-development: chore(deps-dev)
4242
ignore:
43-
# chalk is now an ESM-only package.
43+
# These are all now ESM-only packages.
44+
- dependency-name: @humanwhocodes/momoa
45+
versions:
46+
- '>= 3'
4447
- dependency-name: chalk
4548
versions:
4649
- '>= 5'
47-
# level is now an ESM-only package.
4850
- dependency-name: leven
4951
versions:
5052
- '>= 4'

0 commit comments

Comments
 (0)