From 4aa5270f7dd4861c423f22eb67a4a6a6d5836bbf Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Mon, 15 Jul 2024 20:41:34 +0800 Subject: [PATCH] chore: group dependency upgrades Signed-off-by: Chenxiong Qi --- renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd6..1b90bc95 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,15 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchPackageNames": ["mariadb", "mysql", "postgres"], + "groupName": "database" + }, + { + "matchCategories": ["python"], + "groupName": "python-deps" + } ] }