Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-03-02 17:09:49 +0300
committerGitHub <noreply@github.com>2021-03-02 17:09:49 +0300
commit205e2cae701209268f5b715b20cb544c1efd54e2 (patch)
tree838ba938152f62dc1e32bc070dfade636fc27981 /.github
parent1df59bb17f402f155e08fd2d232c7272d6d1466d (diff)
CodeQL: skip dependabot PRs too (#33130)
Diffstat (limited to '.github')
-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 469a5a4fc4..13e2eb598f 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"