We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030254a commit 56a56edCopy full SHA for 56a56ed
1 file changed
.github/dependabot.yaml
@@ -4,10 +4,10 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- # Check for updates to GitHub Actions every week
+ # Check for updated GitHub Actions every week
8
interval: "weekly"
9
- package-ecosystem: "terraform"
10
- directory: "/examples/kind"
+ directory: "/examples/kind" # TODO Add other examples when we are sure everything works
11
12
- # Check for updates to Terraform modules every week
13
- interval: "weekly"
+ # Check for updated Terraform modules daily
+ interval: "daily"
0 commit comments