From 8bb8f9219df1500fab9e814f28aca6cd41444f4c Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Sat, 14 Mar 2026 16:16:40 +0100 Subject: [PATCH] Update config.js --- config.js | 4 ++++ 1 file changed, 4 insertions(+) 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