From 81a997b6de8846fa0b392611a866ab168d183512 Mon Sep 17 00:00:00 2001 From: "Tomachi [ICHIGO]" Date: Sun, 21 Jan 2024 22:09:57 +0900 Subject: [PATCH] chore: update renovate config --- renovate.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/renovate.json b/renovate.json index 7050b922..4e4be8e1 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,3 @@ { - "extends": [ - "config:base" - ], - "ignorePresets": [ - ":prHourlyLimit2" - ], - "timezone": "Asia/Tokyo", - "dependencyDashboard": false, - "automerge": true, - "branchConcurrentLimit": 0 + "extends": ["github>book000/templates//renovate/base-public"] }