Skip to content

Commit d7b7723

Browse files
committed
Update dependabot
1 parent f457f8d commit d7b7723

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/dependabot.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
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/cloudwatch-log-group
11+
- /modules/cloudwatch-log-policy
12+
- /modules/cloudwatch-oam-link
13+
- /modules/cloudwatch-oam-sink
14+
schedule:
15+
interval: weekly

0 commit comments

Comments
 (0)