Skip to content

Commit 6392aa8

Browse files
committed
chore: add dependabot.yaml to upgrade actions and examples
1 parent 6748b9a commit 6392aa8

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
schedule:
12+
# Check for updates to Terraform modules every week
13+
interval: "weekly"

0 commit comments

Comments
 (0)