From 6f05c8066d3e39eec06296c5f2c189eba2c0cfc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:41:18 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 82c2577..410e4e5 100644 --- a/renovate.json +++ b/renovate.json @@ -17,13 +17,16 @@ "security" ], "automerge": true - } - , + }, "packageRules": [ { - "matchDatasources": ["git"], - "matchPackagePatterns": ["^https://github.com/psytraxx/"], - "enabled": false + "matchDatasources": [ + "git" + ], + "enabled": false, + "matchPackageNames": [ + "/^https://github.com/psytraxx//" + ] } ] }