We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 795bfa2 + 9a30da1 commit ce2d604Copy full SHA for ce2d604
.github/dependabot.yml
@@ -0,0 +1,18 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'github-actions'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
7
+ day: 'saturday'
8
+ assignees:
9
+ - 'wimpyprogrammer'
10
+
11
+ - package-ecosystem: 'npm'
12
13
14
15
16
17
18
+ versioning-strategy: 'widen'
.github/workflows/tests.yml
@@ -43,6 +43,7 @@ jobs:
43
fail_ci_if_error: true
44
45
- name: Run Snyk to check for vulnerabilities
46
+ if: ${{ github.actor != 'dependabot[bot]' }}
47
uses: snyk/actions/node@master
48
env:
49
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments