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, + } ] }