Skip to content

Commit

Permalink
chore: don't upgrade glob@11 due to node 18 support (#4668)
Browse files Browse the repository at this point in the history
Prevent dependabot upgrade to glob@11 as it drops support for node 18,
which we still support in our tests.

Ref: #4549

---------

Co-authored-by: Dan Bjorge <[email protected]>
  • Loading branch information
straker and dbjorge authored Jan 9, 2025
1 parent d0c0cc0 commit 6513efb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ updates:
# @see https://github.com/dequelabs/axe-core/issues/4428
- dependency-name: 'colorjs.io'
versions: ['>0.4.3']
# Still need to support node 18
- dependency-name: 'glob'
versions: ['>=11.0.0']
groups:
# Any updates not caught by the group config will get individual PRs
npm-low-risk:
Expand Down

0 comments on commit 6513efb

Please sign in to comment.