Skip to content

Commit 07b393c

Browse files
committed
Remove Renovate group names to fix branch update error
1 parent 3bdb0c3 commit 07b393c

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

renovate.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,28 +29,20 @@
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-
},
3732
{
3833
"description": "Keep core scientific stack (numpy, pandas, scipy) in sync across files",
3934
"matchDatasources": ["pypi", "conda"],
40-
"matchPackageNames": ["numpy", "pandas", "scipy"],
41-
"groupName": "python-scientific-core-libs"
35+
"matchPackageNames": ["numpy", "pandas", "scipy"]
4236
},
4337
{
4438
"description": "Keep Machine Learning libraries (scikit-learn, UMAP, OpenTSNE, SHAP) in sync across files",
4539
"matchDatasources": ["pypi", "conda"],
46-
"matchPackageNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"],
47-
"groupName": "python-machine-learning-libs"
40+
"matchPackageNames": ["scikit-**", "umap-learn", "opentsne", "shap", "optuna"]
4841
},
4942
{
5043
"description": "Keep Visualization libraries (plotly, matplotlib, seaboarn) in sync across files",
5144
"matchDatasources": ["pypi", "conda"],
52-
"matchPackageNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"],
53-
"groupName": "python-visualization-libs"
45+
"matchPackageNames": ["matplotlib", "plotly", "python-kaleido", "seaborn", "wordcloud"]
5446
}
5547
],
5648
"customManagers": [

0 commit comments

Comments
 (0)