Skip to content

Commit e79fe65

Browse files
committed
add dependabot yml
1 parent 5a7d337 commit e79fe65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
time: "09:00"
8+
timezone: "America/Phoenix"
9+
10+
- package-ecosystem: "terraform"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
time: "09:00"
15+
timezone: "America/Phoenix"

0 commit comments

Comments
 (0)