From 2bf3cc8565f91699319a2f3445f413f9845006a7 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 7 Sep 2021 02:00:10 +0200 Subject: [PATCH] update renovate --- renovate.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000000..4526bdb8d5c90 --- /dev/null +++ b/renovate.json @@ -0,0 +1,19 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "prConcurrentLimit": 0, + "prHourlyLimit": 0, + "includeForks": true, + "includePaths": [ + "tools/**", + "third_party/python/requirements.*" + ], + "ignorePaths": [ + "third_party/" + ], + "pip_requirements": { + "fileMatch": ["(^|/).*requirements.*\\.(in|txt)$"] + } +}