From 4ef1e1294fb22654f3eb94f3d18178f55f67cecf Mon Sep 17 00:00:00 2001 From: na2na-p Date: Mon, 27 Nov 2023 22:04:42 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E5=AD=98=E9=96=A2=E4=BF=82=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tool-versions | 4 ++-- renovate.json | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.tool-versions b/.tool-versions index 86631ac6..3891b82b 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,5 +1,5 @@ -nodejs 20.9.0 -pnpm 8.10.5 +nodejs 20.10.0 +pnpm 8.11.0 python 3.11.6 ffmpeg 6.1 kubectl 1.28.4 diff --git a/renovate.json b/renovate.json index 224ce82f..d4fe1eb1 100644 --- a/renovate.json +++ b/renovate.json @@ -12,11 +12,14 @@ "addLabels": ["major update"] }, { - "groupName": "JetDisc updates", "datasources": ["docker"], "packageNames": ["na2na/jetdisc"], - "matchManagers": ["helm-values"], - "addLabels": ["Infra"] + "matchManagers": ["helm-values"] + }, + { + "groupName": "JetDisc updates", + "addLabels": ["Infra"], + "matchPackageNames": ["na2na/jetdisc"] } ] }