aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-03-02 16:09:49 +0200
committerGitHub <[email protected]>2021-03-02 16:09:49 +0200
commit205e2cae701209268f5b715b20cb544c1efd54e2 (patch)
tree838ba938152f62dc1e32bc070dfade636fc27981 /.github/workflows/codeql.yml
parent1df59bb17f402f155e08fd2d232c7272d6d1466d (diff)
downloadbootstrap-205e2cae701209268f5b715b20cb544c1efd54e2.tar.xz
bootstrap-205e2cae701209268f5b715b20cb544c1efd54e2.zip
CodeQL: skip dependabot PRs too (#33130)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 469a5a4fc..13e2eb598 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -11,6 +11,7 @@ on:
branches:
- main
- v4-dev
+ - "!dependabot/**"
schedule:
- cron: "0 2 * * 5"