diff options
| author | XhmikosR <[email protected]> | 2021-03-02 16:09:49 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-02 16:09:49 +0200 |
| commit | 205e2cae701209268f5b715b20cb544c1efd54e2 (patch) | |
| tree | 838ba938152f62dc1e32bc070dfade636fc27981 /.github/workflows | |
| parent | 1df59bb17f402f155e08fd2d232c7272d6d1466d (diff) | |
| download | bootstrap-205e2cae701209268f5b715b20cb544c1efd54e2.tar.xz bootstrap-205e2cae701209268f5b715b20cb544c1efd54e2.zip | |
CodeQL: skip dependabot PRs too (#33130)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql.yml | 1 |
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" |
