Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 9189ca2

Browse files
authored
chore: use dependabot to manage dependencies (#259)
Use dependabot to manage the dependencies defined in go.mod and GitHub Actions workflows, so that we can proactively update versions. Outdated versions of third-party dependencies frequently have known security vulnerabilities with CVEs.
1 parent 46775b2 commit 9189ca2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "11:00"
8+
open-pull-requests-limit: 10
9+
assignees:
10+
- "dependabot"
11+
12+
- package-ecosystem: gomod
13+
directory: "/"
14+
schedule:
15+
interval: daily
16+
time: "11:00"
17+
open-pull-requests-limit: 10
18+
assignees:
19+
- "dependabot"

0 commit comments

Comments
 (0)