dependabot was renamed

This commit is contained in:
Tobias Koppers 2019-05-25 09:39:28 +02:00 committed by GitHub
parent 970cbe73ae
commit 59a885ea90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"