Skip to content

Commit

Permalink
Updated dependabot to ignore updates for conflicting peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-kural authored Jul 15, 2024
1 parent 987cbdb commit ac27d74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ updates:
interval: 'daily'
commit-message:
prefix: 'Dependency Updates'
ignore:
# For Eslint, ignore all Dependabot updates for version 9 until supported by peer dependencies (typescript-eslint)
- dependency-name: "eslint"
versions: ["9.x"]
# For d3-dsv, ignore all Dependabot updates for version 3 until supported by peer dependencies (langchain)
- dependency-name: "d3-dsv"
versions: ["3.x"]
groups:
# group dev dependencies together in a single pull request
dev-dependencies:
Expand Down

0 comments on commit ac27d74

Please sign in to comment.