We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6748b9a commit 6392aa8Copy full SHA for 6392aa8
1 file changed
.github/dependabot.yaml
@@ -0,0 +1,13 @@
1
+# Use Dependabot to update GitHub Actions and the Terraform modules on our examples
2
+version: 2
3
+updates:
4
+- package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ # Check for updates to GitHub Actions every week
8
+ interval: "weekly"
9
+- package-ecosystem: "terraform"
10
+ directory: "/examples/kind"
11
12
+ # Check for updates to Terraform modules every week
13
0 commit comments