Skip to content

Commit

Permalink
add esbuild to ignore list again
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Oct 12, 2023
1 parent 4afec85 commit b3d343c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ updates:
versions: ['>=5.0.0']
- dependency-name: 'execa'
versions: ['>=6.0.0']
# Prevent Webpack error caused by v0.11+ of esbuild
# @see https://github.com/dequelabs/axe-core/issues/3771
- dependency-name: 'esbuild'
versions: ['>=0.11.0']
groups:
# Any updates not caught by the group config will get individual PRs
npm-low-risk:
Expand Down

0 comments on commit b3d343c

Please sign in to comment.