Skip to content

Commit a83769c

Browse files
committed
Use datasource Pypi for in-sync conda updates
1 parent 7b7e383 commit a83769c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

renovate.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,16 +170,14 @@
170170
"datasourceTemplate": "maven"
171171
},
172172
{
173-
"description": "Update conda environment for Python",
173+
"description": "Update conda environment for Python in sync with requirements.txt",
174174
"customType": "regex",
175175
"fileMatch": ["(^|/)conda-environment\\.yml$"],
176176
"matchStrings": [
177177
"\\s+-\\s+(?<depName>[a-zA-Z0-9_.-]+)=(?<currentValue>[^\\s]+)"
178178
],
179-
"datasourceTemplate": "conda",
180-
"versioningTemplate": "pep440",
181-
"depNameTemplate": "{{depName}}",
182-
"currentValueTemplate": "{{currentValue}}"
179+
"datasourceTemplate": "Pypi",
180+
"versioningTemplate": "pep440"
183181
}
184182
]
185183
}

0 commit comments

Comments
 (0)