We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ce9bce commit 0503f81Copy full SHA for 0503f81
renovate.json
@@ -6,6 +6,7 @@
6
"schedule:earlyMondays"
7
],
8
"ignoreUnstable": false,
9
+ "enabledManagers": ["pip_requirements"],
10
"packageRules": [
11
{
12
"description": "Neo4j and APOC update settings",
@@ -168,6 +169,17 @@
168
169
170
"depNameTemplate": "{{{group}}}:{{{artifact}}}",
171
"datasourceTemplate": "maven"
172
+ },
173
+ {
174
+ "description": "Update conda environment for Python",
175
+ "customType": "regex",
176
+ "fileMatch": ["(^|/)conda-environment\\.yml$"],
177
+ "matchStrings": [
178
+ "\\s+-\\s+(?<depName>[a-zA-Z0-9_.-]+)=(?<currentValue>[^\\s]+)"
179
+ ],
180
+ "datasourceTemplate": "conda",
181
+ "depNameTemplate": "{{depName}}",
182
+ "currentValueTemplate": "{{currentValue}}"
183
}
184
]
185
0 commit comments