Skip to content

Commit

Permalink
Add chai dependencies to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsunkel committed Feb 5, 2025
1 parent 13c053f commit 91066fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ updates:
- dependency-name: nivo/core # CPS-639
versions:
- '> 0.87.0'

# We can't upgrade to the latest chai version without rebuilding the whole app
- dependency-name: chai
versions:
- '>= 5.0.0'
- dependency-name: sinon-chai
versions:
- '>= 3.7.0'

# These are part of dependency groups and should be updated via the relevant script.
- dependency-name: '@storybook/addon-a11y'
Expand Down

0 comments on commit 91066fb

Please sign in to comment.