diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000000..67f7ef6fb7e65 --- /dev/null +++ b/renovate.json @@ -0,0 +1,18 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base" + ], + "prConcurrentLimit": 0, + "prHourlyLimit": 0, + "includePaths": [ + "**", + "third_party/python/requirements.*" + ], + "ignorePaths": [ + "third_party/" + ], + "pip_requirements": { + "fileMatch": ["(^|/).*requirements.*\\.(in|txt)$"] + } +}