Skip to content

Commit e175c6c

Browse files
committed
Update dependabot
1 parent b08a321 commit e175c6c

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
55
schedule:
6-
interval: "daily"
6+
interval: daily
7+
8+
- package-ecosystem: terraform
9+
directories:
10+
- /modules/nacl
11+
- /modules/nat-gateway
12+
- /modules/route-table
13+
- /modules/security-group
14+
- /modules/subnet-group
15+
- /modules/vpc
16+
schedule:
17+
interval: weekly

0 commit comments

Comments
 (0)