From 0b5571f3d7d6e1e51e4dece69034f666fa38b35b Mon Sep 17 00:00:00 2001 From: "renovate-bot-cbcoutinho[bot]" <210269379+renovate-bot-cbcoutinho[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:18:14 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index bcfa4ed..77f36ea 100644 --- a/renovate.json +++ b/renovate.json @@ -7,14 +7,18 @@ "dependencyDashboard": true, "packageRules": [ { - "matchPackageNames": ["pillow"], + "matchPackageNames": [ + "pillow" + ], "allowedVersions": "<12.0.0" } ], "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.github/workflows/test\\.yml$"], + "managerFilePatterns": [ + "/^\\.github/workflows/test\\.yml$/" + ], "matchStrings": [ "nextcloud_image:\\s*\"(?[^:]+):(?[^@]+)@(?sha256:[a-f0-9]+)\"" ],