From 7416981c4b644aac6945c1ec75ef7d25bd3da50d Mon Sep 17 00:00:00 2001 From: Theodorus Clarence Date: Thu, 25 Jan 2024 11:05:41 +0700 Subject: [PATCH] chore: add renovate config --- renovate.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 5db72dd6a..82a3275bc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] + "extends": ["config:recommended", "group:all"], + "updatePinnedDependencies": false, + "stabilityDays": 2, + "packageRules": [ + { + "matchUpdateTypes": ["major"], + "labels": ["update-major"] + } + ], + "timezone": "Asia/Jakarta", + "schedule": ["before 11am on Monday"] }