From 095b9675f9a1aa7f5ca89fe20654cb755f6112b7 Mon Sep 17 00:00:00 2001 From: Arthur Erlich Date: Thu, 4 Jun 2026 00:44:18 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 3888e02..451feef 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,11 @@ "/^symfony//" ] }, + { + "matchManagers": ["github-actions"], + "enabled": false, + "description": "Ignore GitHub Actions — no GITHUB_COM_TOKEN available" + }, { "matchPackageNames": ["phpunit/phpunit"], "allowedVersions": "^12.0",