Skip to content

Commit 2971be0

Browse files
committed
add Dependency Review
1 parent 4eec84b commit 2971be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ resource "github_branch_protection" "branch_protection" {
8484
required_status_checks {
8585
strict = true
8686
contexts = [
87+
"Dependency Review",
8788
"GitHub Actions CI",
8889
"HUGO CI",
8990
"Terraform CI",
@@ -202,7 +203,6 @@ resource "github_repository_file" "dependabot_yml" {
202203
github_issue_label.dependabot_issue_labels["devcontainers_package_manager"],
203204
github_issue_label.dependabot_issue_labels["docker"],
204205
github_issue_label.dependabot_issue_labels["github_actions"],
205-
github_issue_label.dependabot_issue_labels["terraform"],
206-
github_repository_dependabot_security_updates.dependabot_security_updates
206+
github_issue_label.dependabot_issue_labels["terraform"]
207207
]
208208
}

0 commit comments

Comments
 (0)