diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..2ffaad5ff2 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,13 @@ +# Use Dependabot to update GitHub Actions and the Terraform modules on our examples +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly" +- package-ecosystem: "terraform" + directory: "/examples/kind" + schedule: + # Check for updates to Terraform modules every week + interval: "weekly"