From 78e9b402df84042920d9f2a61e86fc3bb0b4dcea Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 Oct 2021 19:34:47 +0300 Subject: Revert "Bundlewatch: stop ignoring dependabot branches (#33192)" (#35069) This reverts commit 5560c86070c8be08f76801bbc7e525eea4fc0cf6. --- .github/workflows/bundlewatch.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index c212290df0..33a8734e3e 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml @@ -2,6 +2,8 @@ name: Bundlewatch on: push: + branches-ignore: + - "dependabot/**" pull_request: env: -- cgit v1.2.3