From 9fcda499874f5b3672983ffd80aa1b72a88660cd Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 16:30:52 +0000 Subject: [PATCH] Update: migrate config .github/renovate.json --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index c53a8772c4..0d137f284e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,9 +25,10 @@ "commitBody": "Update {{depName}}\n\nChange-type: patch", "automerge": true }, - "regexManagers": [ + "customManagers": [ { - "fileMatch": ["(^|/)balena-supervisor.inc$"], + "customType": "regex", + "managerFilePatterns": ["/(^|/)balena-supervisor.inc$/"], "matchStrings": ["SUPERVISOR_VERSION \\?= \"v?(?.*?)\"\\n"], "depNameTemplate": "balena-supervisor", "packageNameTemplate": "balena-os/balena-supervisor",