From 8c4fdbdf5c59d103eee25362575f6e9cc1a27b27 Mon Sep 17 00:00:00 2001 From: Konstantin Zadorozhny Date: Mon, 8 Apr 2024 17:52:20 -0700 Subject: [PATCH] Exclude Renovate Bot PRs from FasterCI checks --- .fasterci/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fasterci/config.yaml b/.fasterci/config.yaml index 5997ba31..6edd4cad 100644 --- a/.fasterci/config.yaml +++ b/.fasterci/config.yaml @@ -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: