From f189bae6c7c5bc2a683aeaaac7517ea81545340f Mon Sep 17 00:00:00 2001
From: CrazyMax <crazy-max@users.noreply.github.com>
Date: Thu, 24 Sep 2020 19:11:09 +0200
Subject: [PATCH] Disable validation for dependabot

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
---
 .github/workflows/test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ea62961..0f77e4b 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -20,6 +20,7 @@ jobs:
         uses: actions/checkout@v2.3.3
       -
         name: Validate
+        if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
         run: docker buildx bake validate
       -
         name: Test