Skip to content

Commit 9151117

Browse files
authored
ci: adjust python dependency update grouping (#81)
Even though the dashboard reports `pep621`, based on the docs and logs that apparently only applies to `pdm.lock` and `uv.lock` files whereas `poetry.lock` has its own category
1 parent 2ecb711 commit 9151117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"pinDigests": true
1313
},
1414
{
15-
"matchCategories": ["pep621"],
15+
"matchCategories": ["poetry"],
1616
"groupName": "python"
1717
}
1818
]

0 commit comments

Comments
 (0)