Skip to content

Commit 4ea9374

Browse files
committed
Manage pip install via renovate
1 parent 3832599 commit 4ea9374

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/renovate.json5

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,17 @@
216216
"matchUpdateTypes": ["major"],
217217
"enabled": false
218218
}
219+
],
220+
"customManagers": [
221+
{
222+
"customType": "regex",
223+
"datasourceTemplate": "pypi",
224+
"fileMatch": [
225+
"^.github/workflows/"
226+
],
227+
"matchStrings": [
228+
"pip install (?<depName>[^=]+)==(?<currentValue>[^\\s]+)"
229+
]
230+
}
219231
]
220232
}

0 commit comments

Comments
 (0)