aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-03-02 16:09:49 +0200
committerXhmikosR <[email protected]>2021-03-02 17:53:37 +0200
commitcce467616f8cf9b24ec824b940c5fa844e09be9c (patch)
treeba12420438ddbe2f445105e243117e00fe5410a9 /.github/workflows/codeql.yml
parent58192b3cace6c58e1e68b15ffef07073449e874c (diff)
downloadbootstrap-cce467616f8cf9b24ec824b940c5fa844e09be9c.tar.xz
bootstrap-cce467616f8cf9b24ec824b940c5fa844e09be9c.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"