Skip to content

Commit

Permalink
chore: Update dependabot ignores (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaine-arcjet authored Nov 6, 2024
1 parent a6cb5d0 commit d759435
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ updates:
- 'arcjet'
- '@arcjet/*'
ignore:
# Ignore Connect RPC updates until merged in arcjet-js
- dependency-name: '@connectrpc/connect-node'
versions: ['>1.5.0']
- dependency-name: '@connectrpc/connect-web'
versions: ['>1.5.0']
# TypeScript 5.6.x seems broken with our combination of deps
- dependency-name: 'typescript'
versions: ['>=5.6.0']
# NestJS uses Express 4
- dependency-name: "@types/express"
versions: [">=5"]
# TODO: Upgrade to eslint 9
- dependency-name: eslint
versions: [">=9"]

0 comments on commit d759435

Please sign in to comment.