File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments