Fix regex for requirements matching

This commit is contained in:
Jake Howard 2022-09-13 08:14:24 +01:00
parent 50bc55ace1
commit 3735119d7c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,6 +6,6 @@
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"pip-compile": {
"fileMatch": ["requirements/(.*)\\.in$"]
"fileMatch": ["requirements\/(.*)\\.in$"]
}
}