Skip to content

Commit 028c710

Browse files
committed
chore(renovate): bring back custom requirements pattern
1 parent 9c24657 commit 028c710

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.renovaterc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
"**/.venv/**",
1010
"**/node_modules/**"
1111
],
12+
"pip_requirements": {
13+
"fileMatch": ["^requirements(-[\\w]*)?\\.txt$"]
14+
},
1215
"regexManagers": [
1316
{
1417
"fileMatch": [

0 commit comments

Comments
 (0)