From 1faadd52619a153da74410cb54efe73969c317c0 Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Tue, 1 Feb 2022 11:05:20 +0100 Subject: [PATCH] add pip-compilele config to .renovaterc.json --- .renovaterc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 5ca30530a..ef0aa6be3 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -7,5 +7,8 @@ ], "datasourceTemplate": "helm" } - ] + ], + "pip-compile": { + "fileMatch": ["(^|/)requirements\\.in$"] + } } -- GitLab