diff --git a/config.js b/config.js index e9d21cc..4c45ae5 100644 --- a/config.js +++ b/config.js @@ -5,4 +5,8 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, + "enabledManagers": ["pip_requirements", "cargo", "pnpm"], + "pip_requirements": { + "fileMatch": ["requirements\\.txt$"] + } }; \ No newline at end of file