File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Use Dependabot to update GitHub Actions and the Terraform modules on our examples
22version : 2
33updates :
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"
You can’t perform that action at this time.
0 commit comments