Skip to content

Commit 5869d93

Browse files
committed
ci: add new examples to the Dependabot configuration
1 parent dfd955e commit 5869d93

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,28 @@
11
# Use Dependabot to update GitHub Actions and the Terraform modules on our examples
22
version: 2
33
updates:
4+
5+
# GitHub Actions
46
- package-ecosystem: "github-actions"
57
directory: "/"
68
schedule:
79
# Check for updated GitHub Actions every week
810
interval: "weekly"
11+
12+
# DevOps Stack examples
13+
# TODO Check if we can use a wildcard to include all subfolders in the examples folder
14+
- package-ecosystem: "terraform"
15+
directory: "/examples/eks" # TODO Add other examples when we are sure everything works
16+
schedule:
17+
# Check for updated Terraform modules daily
18+
interval: "daily"
919
- package-ecosystem: "terraform"
1020
directory: "/examples/kind" # TODO Add other examples when we are sure everything works
1121
schedule:
1222
# Check for updated Terraform modules daily
1323
interval: "daily"
24+
- package-ecosystem: "terraform"
25+
directory: "/examples/sks" # TODO Add other examples when we are sure everything works
26+
schedule:
27+
# Check for updated Terraform modules daily
28+
interval: "daily"

0 commit comments

Comments
 (0)