Skip to content

Commit

Permalink
chore: add dependabot.yaml to upgrade actions and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Aug 9, 2023
1 parent 6748b9a commit 6392aa8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 6392aa8

Please sign in to comment.