Skip to content

Commit

Permalink
Do not run Dependabot on CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Mar 19, 2022
1 parent 3ec04f3 commit fc807b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -2,6 +2,8 @@ name: "Code scanning - action"

on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 12 * * 5'
Expand Down

0 comments on commit fc807b6

Please sign in to comment.