Skip to content

Commit f13fe79

Browse files
committed
Add dependabot for actions
1 parent 8d21f5a commit f13fe79

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
time: "10:00" # time is in UTC
10+
reviewers:
11+
- "brynpickering"
12+
- "mfitz"
13+
- "KasiaKoz"

0 commit comments

Comments
 (0)