From 8a39bb80ee241c0242f77fbb06f824f6094d0d14 Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Sat, 14 Jun 2025 21:52:34 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..1c79d68 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,21 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "rebaseWhen": "behind-base-branch", + "labels": [ + ":recycle: dependencies" + ], + "commitMessageTopic": "{{depName}}", + "commitMessageAction": "Bump", + "packageRules": [ + { + "matchManagers": [ + "pip_requirements" + ], + "addLabels": [ + ":snake: python" + ] + } ] }