Skip to content

Commit 51d333a

Browse files
authored
feat: opt into dependabot for actions (#35)
1 parent 8cea775 commit 51d333a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: "monday"
8+
time: "08:00"
9+
timezone: "America/New_York"

0 commit comments

Comments
 (0)