From 57be9f45f8fc0965af97a721f7312e34378031b9 Mon Sep 17 00:00:00 2001 From: Alexander Sysoev Date: Mon, 10 Feb 2025 13:05:26 +0100 Subject: [PATCH] Added python deps automerge --- renovate.json5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 86c09a0b9..347b07976 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -111,5 +111,22 @@ "matchCurrentVersion": "0.0.0", "enabled": false, }, + { + "description": "Update Python Monitor Dependencies", + "matchUpdateTypes": [ + "patch", + "minor", + "major", + ], + "matchPackageNames": [ + "*", + ], + matchFileNames: [ + "monitor/**", + ], + "groupName": "Python Monitor Dependencies", + "groupSlug": "python-monitor-deps", + "automerge": true, + } ] }