Skip to content

Commit f5d86aa

Browse files
committed
chore: use dependabot to manage dependencies #259
Use dependabot to manage the dependencies defined in package.json 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 f21433a commit f5d86aa

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: npm
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)