Skip to content

Commit

Permalink
chore(dev-deps): cap glob and minimatch updates to the current majors (
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Jul 17, 2024
1 parent 3985e1f commit a08711f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ updates:
# https://github.com/elastic/elastic-otel-node/pull/155
- dependency-name: "eslint*"
- dependency-name: "@eslint/*"
# Packages whose major versions have dropped support for Node.js versions
# that this package needs.
- dependency-name: "glob" # glob@11 dropped 14, 16, 18
versions: [ ">=11" ]
- dependency-name: "minimatch" # minimatch@10 dropped 14, 16, 18
versions: [ ">=10" ]
groups:
# eslint:
# dependency-type: "development"
Expand Down

0 comments on commit a08711f

Please sign in to comment.