From bdf6e1cc1bd74f77c70fd22576f1bfd14e87c8fd Mon Sep 17 00:00:00 2001 From: Sangwook123 Date: Wed, 3 Jul 2024 17:01:15 +0900 Subject: [PATCH] [chore] #42 configuration options --- renovate.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 93afd4a4..e9dfb64b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:base" + ], + "packageRules": [ + { + "updateTypes": ["minor", "patch"], + "groupName": "all minor and patch updates" + } ] }