Skip to content

Commit 7490805

Browse files
committed
Add dependabot configuration
I noticed some of the actions are behind latest version, so I enabled dependabot and lets see if we can track and update them.
1 parent 8e91eca commit 7490805

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: weekly
8+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)