Skip to content

Commit 0acb60f

Browse files
committed
renovate: Configure requirement file locations
Signed-off-by: Stephen Finucane <[email protected]>
1 parent 1f285cd commit 0acb60f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
{
22
"extends": [
33
"config:base"
4-
]
4+
],
5+
"pip_requirements": {
6+
"fileMatch": [
7+
"requirements(-\\w+)?\\.txt"
8+
]
9+
},
10+
"rangeStrategy": "widen"
511
}

0 commit comments

Comments
 (0)