Skip to content

Commit

Permalink
chore(dependabot): ignore esm chai >= 5.0.0 (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed Jan 9, 2024
1 parent 0325274 commit adaa95c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ updates:
versions: ['>=6.0.0']
- dependency-name: 'tempy'
versions: ['>=2.0.0']
- dependency-name: 'chai'
versions: ['>=5.0.0']
# Breaking change due to node version requirements
- dependency-name: 'commander'
versions: ['>=10.0.0']
Expand Down

0 comments on commit adaa95c

Please sign in to comment.