Fix regex for requirements matching
This commit is contained in:
parent
50bc55ace1
commit
3735119d7c
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
"prHourlyLimit": 0,
|
||||
"prConcurrentLimit": 0,
|
||||
"pip-compile": {
|
||||
"fileMatch": ["requirements/(.*)\\.in$"]
|
||||
"fileMatch": ["requirements\/(.*)\\.in$"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue