diff options
| author | XhmikosR <[email protected]> | 2021-09-28 13:15:49 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-28 13:15:49 +0300 |
| commit | 5cffd6bf21d2041ee321c3b0399bbb099252e8d6 (patch) | |
| tree | 8c247bbaf5fb14f4034a5c4bfb3aa6b5d8e6ab4c /.github | |
| parent | 143dafdc9337421878e593ab5fe65ff659599162 (diff) | |
| download | bootstrap-revert-33192-XhmikosR-patch-8.tar.xz bootstrap-revert-33192-XhmikosR-patch-8.zip | |
Revert "Bundlewatch: stop ignoring dependabot branches (#33192)"revert-33192-XhmikosR-patch-8
This reverts commit 5560c86070c8be08f76801bbc7e525eea4fc0cf6.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/bundlewatch.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index c212290df..33a8734e3 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: |
