File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This is a Terraform-managed file; manual changes will be overwritten.
2+ # see https://github.com/workloads/github-organization/blob/main/templates/dependabot/terraform.tftpl.yml
3+
4+ ---
5+
6+ version : 2
7+
8+ # see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
9+ updates :
10+ # ensure GitHub Action Workflow files are up-to-date for `main`
11+ - package-ecosystem : github-actions
12+ directory : " /"
13+ schedule :
14+ interval : weekly
15+ assignees :
16+ - " workloads/maintainers"
17+ open-pull-requests-limit : 1
18+ target-branch : main
19+
20+ # ensure Terraform Provider versions are up-to-date for `main`
21+ - package-ecosystem : terraform
22+ directory : " /"
23+ schedule :
24+ interval : weekly
25+ assignees :
26+ - " workloads/maintainers"
27+ open-pull-requests-limit : 1
28+ target-branch : main
You can’t perform that action at this time.
0 commit comments