Skip to content

Commit

Permalink
chore: Group all poetry dependencies together when updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 22, 2024
1 parent d1f95c6 commit 853eec1
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 @@ -96,6 +96,13 @@
"minor"
]
},
{
"description": "Group together all poetry dependencies",
"groupName": "poetry dependencies",
"matchPackageNames": [
"/^poetry/"
]
},
{
"description": "Group together all pydantic dependencies",
"groupName": "pydantic dependencies",
Expand Down

0 comments on commit 853eec1

Please sign in to comment.