Skip to content

Commit

Permalink
ci: ignoring node-fetch updates because its now a pure esm package
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 1, 2021
1 parent a0deb31 commit cc7aaca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,8 @@ updates:
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
ignore:
# node-fetch is now an ESM package and can't be used here without a rewrite.
- dependency-name: node-fetch
versions:
- ">= 3"

0 comments on commit cc7aaca

Please sign in to comment.