Skip to content

Commit

Permalink
Merge pull request #994 from BitGo/dependabot-ignore-swc
Browse files Browse the repository at this point in the history
chore: ignore swc >1.5.7 due to upstream type error
  • Loading branch information
andrew-scott-fischer authored Jan 22, 2025
2 parents 6770db7 + 45980e3 commit 18321bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ updates:
versions: ['>4.8']
- dependency-name: '@semantic-release-extras/github-comment-specific'
versions: ['>1.0.7']
# Ignore @swc/* dependencies due to upstream issues
# Specifically, tsc does *not* like this line:
# https://github.com/swc-project/swc/blob/main/packages/core/src/index.ts#L12
- dependency-name: '@swc/*'
versions: ['>1.5.7']

0 comments on commit 18321bd

Please sign in to comment.