From b57f4a235a0f953ad3180177cfa1d43c874348d1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> Date: Wed, 8 Jul 2026 08:32:57 +0200 Subject: [PATCH] ci(renovate): ignore workflows managed by the org template repo These workflows are synced as a whole from the organization template repository, so Renovate must not bump their action versions. Any such bumps would be lost updates, overwritten by the next template sync. Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> --- .github/renovate.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index a1239ec8..b72abbca 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -39,6 +39,27 @@ "php", "postcss-loader" ], + "ignorePaths": [ + ".github/workflows/block-merge-freeze.yml", + ".github/workflows/command-compile.yml", + ".github/workflows/command-openapi.yml", + ".github/workflows/dependabot-approve-merge.yml", + ".github/workflows/lint-eslint.yml", + ".github/workflows/lint-php.yml", + ".github/workflows/lint-php-cs.yml", + ".github/workflows/npm-audit-fix.yml", + ".github/workflows/npm-build.yml", + ".github/workflows/openapi.yml", + ".github/workflows/phpunit-mariadb.yml", + ".github/workflows/phpunit-mysql.yml", + ".github/workflows/phpunit-oci.yml", + ".github/workflows/phpunit-pgsql.yml", + ".github/workflows/phpunit-sqlite.yml", + ".github/workflows/pr-feedback.yml", + ".github/workflows/psalm-matrix.yml", + ".github/workflows/reuse.yml", + ".github/workflows/sync-workflow-templates.yml" + ], "packageRules": [ { "description": "Request JavaScript reviews",