Skip to content

Commit b83b4ce

Browse files
committedNov 8, 2023
add dependabot for tracking github actions workflow version
1 parent 7e39e77 commit b83b4ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/dependabot.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
target-branch: "master"
8+
schedule:
9+
interval: "weekly"
10+
reviewers:
11+
- "zacharyburnett"

0 commit comments

Comments
 (0)