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..faca4373 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": ["docker.io/na2na/jetdisc"] } ] }