Skip to content

Commit

Permalink
Exclude Renovate Bot PRs from FasterCI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
kzadorozhny authored Apr 9, 2024
1 parent 67f434b commit 8c4fdbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .fasterci/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ workflows:
pull_request:
branches:
- "**"
from-branches-ignore:
# will ignore PRs from renovate bot, since the bot is not a repository collaborator
- "renovate/**"
steps:
- name: Build & test
bazel:
Expand Down

0 comments on commit 8c4fdbd

Please sign in to comment.