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