From 222c467b218c032c5a0860d5a4d22c5e27ea6cfb Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 28 Oct 2024 17:13:04 -0400 Subject: [PATCH] chore: Don't run dependabot on CodeQL PRs --- .github/workflows/codeql-analysis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 73ce7ec1f698..c3a36e5a34f7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,6 +14,9 @@ name: 'CI: CodeQL' on: push: branches: [develop] + branches-ignore: + # Ignore dependabot branches + - "dependabot/**" pull_request: # The branches below must be a subset of the branches above branches: [develop]