Skip to content

Commit 56a56ed

Browse files
committed
ci: change interval for Terraform modules updates
1 parent 030254a commit 56a56ed

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
# Check for updates to GitHub Actions every week
7+
# Check for updated GitHub Actions every week
88
interval: "weekly"
99
- package-ecosystem: "terraform"
10-
directory: "/examples/kind"
10+
directory: "/examples/kind" # TODO Add other examples when we are sure everything works
1111
schedule:
12-
# Check for updates to Terraform modules every week
13-
interval: "weekly"
12+
# Check for updated Terraform modules daily
13+
interval: "daily"

0 commit comments

Comments
 (0)