From 973fc02b4061cdb35e8482805e65bd78c20f948a Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Mon, 20 Jul 2026 15:37:43 -0400 Subject: [PATCH] chore: add `faraday.yml` --- .github/faraday.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/faraday.yml diff --git a/.github/faraday.yml b/.github/faraday.yml new file mode 100644 index 0000000..c3e80c7 --- /dev/null +++ b/.github/faraday.yml @@ -0,0 +1,10 @@ +# faraday trust configuration — org-wide baseline. +# A bot listed here is "trusted": its pull requests need 1 maintainer +# approval instead of 2. Both `login` and `id` must match the PR author. +# Find an ID with: gh api 'users/' --jq .id +# See: https://github.com/electron/faraday + +trusted-bots: + # Dependency bumps. Reviewed and approved by maintainers. + - login: dependabot[bot] + id: 49699333