Skip to content

Commit 182f9b8

Browse files
committed
Use Renovate registryUrl for conda updates
1 parent e37bfd1 commit 182f9b8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

renovate.json

Lines changed: 7 additions & 6 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"],
34+
"matchDatasources": ["pypi"],
3535
"matchPackageNames": ["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"],
40+
"matchDatasources": ["pypi"],
4141
"matchPackageNames": ["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"],
46+
"matchDatasources": ["pypi"],
4747
"matchPackageNames": ["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"],
5353
"groupName": "python-update-{{depName}}"
5454
}
5555
],
@@ -199,8 +199,9 @@
199199
"matchStrings": [
200200
"\\s+-\\s+(?<depName>[\\w-]+)={1,2}(?<currentValue>[^\\s#]+).*"
201201
],
202-
"datasourceTemplate": "Pypi",
203-
"versioningTemplate": "pep440"
202+
"datasourceTemplate": "conda",
203+
"registryUrlTemplate": "https://api.anaconda.org/package/conda-forge",
204+
"versioningTemplate": "conda"
204205
}
205206
]
206207
}

0 commit comments

Comments
 (0)