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)$"] + } +} diff --git a/tools/lint/python/pylint_requirements.txt b/tools/lint/python/pylint_requirements.txt index 1e2c70996c670..b20fed0c23ffd 100644 --- a/tools/lint/python/pylint_requirements.txt +++ b/tools/lint/python/pylint_requirements.txt @@ -40,9 +40,9 @@ lazy-object-proxy==1.5.2 \ astroid==2.5 \ --hash=sha256:87ae7f2398b8a0ae5638ddecf9987f081b756e0e9fc071aeebdca525671fc4dc \ --hash=sha256:b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d -isort==5.7.0 \ - --hash=sha256:c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e \ - --hash=sha256:fff4f0c04e1825522ce6949973e83110a6e907750cd92d128b0d14aaaadbffdc +isort==5.9.3 \ + --hash=sha256:9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899 \ + --hash=sha256:e17d6e2b81095c9db0a03a8025a957f334d6ea30b26f9ec70805411e5c7c81f2 typed-ast==1.4.2 \ --hash=sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1 \ --hash=sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d \