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",