Skip to content

Commit

Permalink
Ignore dep conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu committed Aug 5, 2024
1 parent f144b70 commit c5e169b
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 167 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,11 @@ updates:
- "typescript"
- "phoenix"
- "@types/node"
ignore:
# Ignore until nextjs adds eslint 9 support https://github.com/vercel/next.js/issues/64409
- dependency-name: "eslint"
versions: ["9.0 - 9.8"]
- dependency-name: "eslint-plugin-unused-imports"
versions: ["4.0"]
- dependency-name: "@typescript-eslint/eslint-plugin"
versions: ["8.0"]
Loading

0 comments on commit c5e169b

Please sign in to comment.