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