Skip to content

Commit bdb9704

Browse files
committed
chore: Group all poetry dependencies together when updating dependencies
1 parent d72a80a commit bdb9704

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,13 @@
9696
"minor"
9797
]
9898
},
99+
{
100+
"description": "Group together all poetry dependencies",
101+
"groupName": "poetry dependencies",
102+
"matchPackageNames": [
103+
"/^poetry/"
104+
]
105+
},
99106
{
100107
"description": "Group together all pydantic dependencies",
101108
"groupName": "pydantic dependencies",

0 commit comments

Comments
 (0)