Skip to content

Commit

Permalink
Specify versions to ignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Feb 1, 2025
1 parent 5095317 commit 6bc1f60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ updates:
ignore:
# Issues with Ionic Framework
- dependency-name: "react-router"
versions: [">=6.0.0"]
- dependency-name: "react-router-dom"
versions: [">=6.0.0"]
- dependency-name: "react"
versions: [">=19.0.0"]
- dependency-name: "react-dom"
versions: [">=19.0.0"]
- dependency-name: "@types/react"
versions: [">=19.0.0"]
- dependency-name: "@types/react-dom"
versions: [">=19.0.0"]
# Issues with Vite
- dependency-name: "eslint"
groups:
Expand Down

0 comments on commit 6bc1f60

Please sign in to comment.