From 59a885ea903d125c0590f9f88c87ce41faa69f4a Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Sat, 25 May 2019 09:39:28 +0200 Subject: [PATCH] dependabot was renamed --- open-bot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-bot.yaml b/open-bot.yaml index 0ba44873e86..8dce3648112 100644 --- a/open-bot.yaml +++ b/open-bot.yaml @@ -496,7 +496,7 @@ rules: - filters: open: true pull_request: - author: "^dependabot\\[bot\\]$" + author: "^dependabot(-preview)?\\[bot\\]$" status: context: "licence/cla" state: "pending" @@ -510,7 +510,7 @@ rules: - filters: open: true pull_request: - author: "^dependabot\\[bot\\]$" + author: "^dependabot(-preview)?\\[bot\\]$" mergeable_state: clean merged: false label: "PR: CI-ok"