Skip to content

Commit 222c467

Browse files
committed
chore: Don't run dependabot on CodeQL PRs
1 parent 6410841 commit 222c467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ name: 'CI: CodeQL'
1414
on:
1515
push:
1616
branches: [develop]
17+
branches-ignore:
18+
# Ignore dependabot branches
19+
- "dependabot/**"
1720
pull_request:
1821
# The branches below must be a subset of the branches above
1922
branches: [develop]

0 commit comments

Comments
 (0)