From c2990aecc2ddbe23f08372161588f1edd203cbf8 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sun, 10 May 2026 17:28:01 -0700 Subject: [PATCH] ci: add faraday trust configuration --- .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