Skip to content

Commit 3bdb0c3

Browse files
committed
Reorder Renovate Python package groups
1 parent 78408b1 commit 3bdb0c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

renovate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"https://github.com/jqassistant-plugin/jqassistant-typescript-plugin"
3030
]
3131
},
32+
{
33+
"description": "Keep other Python libraries per dependency in sync across files",
34+
"matchDatasources": ["pypi", "conda"],
35+
"groupName": "python-update-{{packageName}}"
36+
},
3237
{
3338
"description": "Keep core scientific stack (numpy, pandas, scipy) in sync across files",
3439
"matchDatasources": ["pypi", "conda"],
@@ -46,11 +51,6 @@
4651
"matchDatasources": ["pypi", "conda"],
4752
"matchPackageNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"],
4853
"groupName": "python-visualization-libs"
49-
},
50-
{
51-
"description": "Keep other Python libraries per dependency in sync across files",
52-
"matchDatasources": ["pypi", "conda"],
53-
"groupName": "python-update-{{depName}}"
5454
}
5555
],
5656
"customManagers": [

0 commit comments

Comments
 (0)