Skip to content

Commit 1e656a9

Browse files
committed
Terraform-managed update. See @workloads/github-files for details.
1 parent 46d17f5 commit 1e656a9

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)