diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0078c9a..dd9ad54 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,6 +3,8 @@ name: "Code scanning - action" on: push: pull_request: + branches-ignore: + - "dependabot/**" schedule: - cron: '0 19 * * 0'