Skip to content

Commit

Permalink
Configure Dependabot to respect Pydantic version pin (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondJoseph authored Jul 9, 2024
1 parent eb9a5d4 commit 7e061dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ updates:
dev-dependencies:
patterns:
- "*"
ignore:
- dependency-name: "pydantic"
versions: [">=2.0"]

0 comments on commit 7e061dd

Please sign in to comment.