build: trust renovate[bot] in Faraday config - #10030
Merged
Merged
Conversation
Add a repo-specific Faraday config marking renovate[bot] (id 29139614) as a trusted bot, so its dependency-update PRs require one maintainer approval instead of two. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NWmcrzscMzgzf9GKLx4CKf
|
erickzhao
approved these changes
Jul 20, 2026
mmaietta
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Erick Zhao · Slack thread
What this does
Adds a repo-specific Faraday config (
.github/faraday.yml) that listsrenovate[bot]as a trusted bot, mirroring the structure of electron/electron's config.Before: Renovate dependency-update PRs need 2 maintainer approvals, because Faraday treats bots it doesn't recognize as untrusted contributors.
After: Renovate PRs need 1 maintainer approval, because
renovate[bot]is in this repo's trusted-bots list. The reduced requirement only applies when every commit on the PR is verifiably the bot's own (authored by the matching numeric ID and committed by the bot or GitHub web-flow with a verified signature) — anyone pushing a manual commit onto a Renovate PR bumps it back to the untrusted tier.Identity verification
The bot entry was verified against real commit data in this repo rather than assumed:
renovate[bot], GitHub user ID 29139614 (also reflected in its noreply email29139614+renovate[bot]@users.noreply.github.com), committed byweb-flow(ID 19864447) with a valid verified signature.renovate[bot]/ ID 29139614 — i.e. this repo runs the Mend-hosted Renovate app, not a self-hosted variant with a different login.🤖 Generated with Claude Code
https://claude.ai/code/session_01NWmcrzscMzgzf9GKLx4CKf
Generated by Claude Code