Skip to content

Commit

Permalink
[dependabot.yml] Ignore vitest since it's updated manually (#32730)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Feb 20, 2025
1 parent e30dc0b commit 13f7c56
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ updates:
# 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: "@vitest/coverage-v8"
- dependency-name: "prettier"
- dependency-name: "vitest"
- dependency-name: "typescript"
# Updated manually by the Liftr team
- dependency-name: "@azure-tools/typespec-liftr-base"
# minimatch@9 is the last version to support Node 18
Expand Down Expand Up @@ -43,7 +45,9 @@ updates:
# Updated manually to align with minimum supported Node version
- dependency-name: "@types/node"
# Updated manually to align with repo microsoft/typespec
- dependency-name: "@vitest/coverage-v8"
- dependency-name: "prettier"
- dependency-name: "vitest"
# Points to "github:actions/github-script" since package isn't published to npmjs
- dependency-name: "@types/github-script"
# Leave the constraint if the original constraint allows the new version, otherwise, bump the constraint.
Expand Down

0 comments on commit 13f7c56

Please sign in to comment.