Skip to content

Commit

Permalink
[dependabot.yml] Ignore @types/node and minimatch@10 (#31486)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Nov 8, 2024
1 parent 9c3dea7 commit 4cb2a3c
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 @@ -6,6 +6,12 @@ updates:
- "/eng/tools/**"
schedule:
interval: "daily"
ignore:
# Updated manually to align with minimum supported Node version
- dependency-name: "@types/node"
# minimatch@9 is the last version to support Node 18
- dependency-name: "minimatch"
versions: [ ">= 10.0.0"]
groups:
typespec:
patterns:
Expand Down

0 comments on commit 4cb2a3c

Please sign in to comment.