Skip to content

Commit

Permalink
chore: Group together all pydantic dependencies, since they will usua…
Browse files Browse the repository at this point in the history
…lly fail to update in isolation
  • Loading branch information
nfelt14 committed Sep 5, 2024
1 parent bc1319d commit 6077a93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@
"certifi"
]
},
{
"description": "Group together all pydantic dependencies",
"groupName": "pydantic dependencies",
"matchPackageNames": [
"/^pydantic/"
]
},
{
"automerge": false,
"description": "Group together all python-semantic-release dependencies",
Expand Down

0 comments on commit 6077a93

Please sign in to comment.