We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d771733 + cc4de21 commit b3df947Copy full SHA for b3df947
.github/workflows/snyk-code.yml
@@ -10,6 +10,8 @@ name: Snyk Code analysis
10
on: # yamllint disable-line rule:truthy
11
pull_request:
12
push:
13
+ branches-ignore:
14
+ - 'dependabot/'
15
workflow_dispatch:
16
17
jobs:
0 commit comments