Skip to content

Commit

Permalink
Ignore React 19 and related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefcameron authored Dec 11, 2024
1 parent 19df277 commit ea9d453
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,13 @@ updates:
reviewers:
- 'stefcameron'
versioning-strategy: 'increase'
ignore:
# ignore React 19 and related dependencies to keep tests based on R18 for now
- dependency-name: "react"
versions: ["19.x"]
- dependency-name: "@types/react"
versions: ["19.x"]
- dependency-name: "react-dom"
versions: ["19.x"]
- dependency-name: "@types/react-dom"
versions: ["19.x"]

0 comments on commit ea9d453

Please sign in to comment.