Skip to content

Commit 57aa353

Browse files
committed
Fix Renovate Python grouping
1 parent 9a918c3 commit 57aa353

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

renovate.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,25 @@
3131
},
3232
{
3333
"description": "Keep core scientific stack (numpy, pandas, scipy) in sync across files",
34-
"matchDatasources": ["pypi"],
35-
"matchPackageNames": ["numpy", "pandas", "scipy"],
34+
"matchDatasources": ["pypi", "conda"],
35+
"matchDepNames": ["numpy", "pandas", "scipy"],
3636
"groupName": "python-scientific-core-libs"
3737
},
3838
{
3939
"description": "Keep Machine Learning libraries (scikit-learn, UMAP, OpenTSNE, SHAP) in sync across files",
40-
"matchDatasources": ["pypi"],
41-
"matchPackageNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"],
40+
"matchDatasources": ["pypi", "conda"],
41+
"matchDepNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"],
4242
"groupName": "python-machine-learning-libs"
4343
},
4444
{
4545
"description": "Keep Visualization libraries (plotly, matplotlib, seaboarn) in sync across files",
46-
"matchDatasources": ["pypi"],
47-
"matchPackageNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"],
46+
"matchDatasources": ["pypi", "conda"],
47+
"matchDepNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"],
4848
"groupName": "python-visualization-libs"
4949
},
5050
{
5151
"description": "Keep other Python libraries per dependency in sync across files",
52-
"matchDatasources": ["pypi"],
52+
"matchDatasources": ["pypi", "conda"],
5353
"groupName": "python-update-{{depName}}"
5454
}
5555
],

0 commit comments

Comments
 (0)