From e5288f2c82ffd76ba19ab84e963acde54ce0b8ec Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Mon, 21 Sep 2026 16:56:35 +0200 Subject: [PATCH] fix: stop Renovate posting commit statuses --- .github/workflows/renovate.yml | 1 - renovate.json | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 207ae888386..72d84b24383 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -33,7 +33,6 @@ jobs: pull_requests: write issues: write workflows: write - statuses: write - name: Run Renovate uses: renovatebot/github-action@dcfba84a42d1b5d5e49bf131b1bf53511851a123 # v46.3.1 diff --git a/renovate.json b/renovate.json index 22e70094f74..c5f529b0ed3 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,12 @@ "minimumReleaseAge": "3 days", "postUpdateOptions": ["yarnDedupeHighest"], "skipInstalls": false, + "statusCheckNames": { + "artifactError": null, + "configValidation": null, + "mergeConfidence": null, + "minimumReleaseAge": null + }, "packageRules": [ { "description": "Mirrors npmPreapprovedPackages in .yarnrc.yml, which exempts these from the install-time age gate.",