Skip to content

Commit

Permalink
[dependabot] Ignore typescript and prettier (#31665)
Browse files Browse the repository at this point in the history
- Updated manually to align with microsoft/typespec repo
  • Loading branch information
mikeharder authored Nov 25, 2024
1 parent 579224f commit 1f28221
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 @@ -9,6 +9,9 @@ updates:
ignore:
# Updated manually to align with minimum supported Node version
- dependency-name: "@types/node"
# Updated manually to align with repo microsoft/typespec
- dependency-name: "typescript"
- dependency-name: "prettier"
# minimatch@9 is the last version to support Node 18
- dependency-name: "minimatch"
versions: [ ">= 10.0.0"]
Expand Down

0 comments on commit 1f28221

Please sign in to comment.