From bd7b8c6717cf39758cdfd6def5c7266fa1370725 Mon Sep 17 00:00:00 2001 From: "lightning-it-shared-assets-sync[bot]" <307342877+lightning-it-shared-assets-sync[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 19:36:31 +0000 Subject: [PATCH] chore: sync repository quality assets Shared-Assets-Source-SHA: cfcf14a8854b2a4e10551c93c1674cd0e269ea8c Shared-Assets-Source-Run: 32519315747 Shared-Assets-Source-Attempt: 1 Shared-Assets-Sync-App-ID: 4351516 --- renovate.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/renovate.json b/renovate.json index 625009f..5318f4c 100644 --- a/renovate.json +++ b/renovate.json @@ -52,6 +52,22 @@ "matchDepNames": ["python"], "allowedVersions": "/^3\\.14(?:\\.\\d+)?$/", "groupName": "python 3.14 lockfile runtimes" + }, + { + "description": "Do not update shared-assets-owned workflow files downstream", + "matchManagers": ["github-actions"], + "matchFileNames": [ + ".github/workflows/codex-copilot-remediation.yml", + ".github/workflows/copilot-review-refresh.yml", + ".github/workflows/copilot-review.yml", + ".github/workflows/current-revision-rerun.yml", + ".github/workflows/openssf-scorecard.yml", + ".github/workflows/release-bot-exact-head-review.yml", + ".github/workflows/renovate-guarded-automerge.yml", + ".github/workflows/repository-quality.yml", + ".github/workflows/shared-assets-guarded-automerge.yml" + ], + "enabled": false } ] }