From 72859ca71a4b9716ec8190f5b57172926b0ff5c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 19 Jan 2021 19:45:01 +0100 Subject: [PATCH] Configure Renovate --- renovate.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f45d8f1..b98598c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,13 @@ { "extends": [ "config:base" - ] + ], + "enabled": true, + "labels": ["maintenance"], + "baseBranches": ["develop"], + "pip_requirements": { + "fileMatch": [ + "requirements-container.txt" + ] + } }