]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 4 Oct 2021 16:34:47 +0000 (19:34 +0300)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 16:34:47 +0000 (19:34 +0300)
This reverts commit 5560c86070c8be08f76801bbc7e525eea4fc0cf6.

.github/workflows/bundlewatch.yml

index c212290df022d6f1d284c0192e919b9b146d51c1..33a8734e3e6be98012d8433d46430be71260be1d 100644 (file)
@@ -2,6 +2,8 @@ name: Bundlewatch
 
 on:
   push:
+    branches-ignore:
+      - "dependabot/**"
   pull_request:
 
 env: