From: Stephen Finucane Date: Wed, 15 Apr 2020 10:46:56 +0000 (+0100) Subject: renovate: Configure requirement file locations X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frenovate%2Fconfigure;p=thirdparty%2Fpatchwork.git renovate: Configure requirement file locations Signed-off-by: Stephen Finucane --- diff --git a/renovate.json b/renovate.json index f45d8f11..ec90a793 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,11 @@ { "extends": [ "config:base" - ] + ], + "pip_requirements": { + "fileMatch": [ + "requirements(-\\w+)?\\.txt" + ] + }, + "rangeStrategy": "widen" }