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.
1 parent 3445416 commit 5ad5141Copy full SHA for 5ad5141
.github/dependabot.yml
@@ -6,9 +6,6 @@ updates:
6
interval: daily
7
time: "10:00"
8
open-pull-requests-limit: 10
9
- reviewers:
10
- - fedekunze
11
- - khoslaventures
12
labels:
13
- dependencies
14
- package-ecosystem: docker
@@ -17,9 +14,6 @@ updates:
17
18
15
19
16
20
21
22
23
- package-ecosystem: gomod
24
directory: "/"
25
schedule:
.github/workflows/dependencies.yml
@@ -21,7 +21,7 @@ jobs:
go.mod
go.sum
- name: "Dependency Review"
- uses: actions/dependency-review-action@v3
+ uses: actions/dependency-review-action@v4
if: env.GIT_DIFF
26
- name: "Go vulnerability check"
27
run: make vulncheck
0 commit comments