From 93ab87c4a1caef0d5f2a673e290871049247bfc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:53:22 +0000 Subject: [PATCH] Migrate Renovate config (#33160) * Migrate config .github/renovate.json * Prettier --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9c12e586c3..9bc8cd62b3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,7 +22,7 @@ }, { "customType": "jsonata", - "fileMatch": ["(^|/)package\\.json$"], + "managerFilePatterns": ["/(^|/)package\\.json$/"], "fileFormat": "json", "matchStrings": ["hakDependencies.$each(function($v, $k) { { 'packageName': $k, 'currentValue': $v } })"], "datasourceTemplate": "npm",