From 1d8aed9d08435918b31831a8830c406253764522 Mon Sep 17 00:00:00 2001 From: Osamu Takiya Date: Tue, 20 Jun 2023 01:19:32 +0900 Subject: [PATCH] =?UTF-8?q?renovate.json=E3=82=92=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E3=80=82=E3=82=BF=E3=82=A4=E3=83=A0=E3=82=BE=E3=83=BC=E3=83=B3?= =?UTF-8?q?=E3=82=92=E6=9D=B1=E4=BA=AC=E3=81=AB=E8=A8=AD=E5=AE=9A=E3=80=82?= =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E3=81=AE=E8=87=AA=E5=8B=95?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E3=82=92=E6=9C=89=E5=8A=B9=E5=8C=96=E3=80=82?= =?UTF-8?q?=20(#43)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 39a2b6e..d196bc5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,23 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + ":timezone(Asia/Tokyo)" + ], + "labels": [ + "dependencies", + "renovate" + ], + "dependencyDashboard": true, + "pin": { + "automerge": true + }, + "packageRules": [ + { + "matchPackagePatterns": [ + "^.*" + ], + "automerge": true + } ] }