Skip to content

Commit

Permalink
chore(deps): enable automated vulnerability alerts for all repos
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Dec 21, 2023
1 parent 932e5a0 commit cc2fcd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export class GithubRepository extends Construct {
allowUpdateBranch: true,
squashMergeCommitMessage: "PR_BODY",
squashMergeCommitTitle: "PR_TITLE",
vulnerabilityAlerts: true,
topics,
provider,
});
Expand Down

0 comments on commit cc2fcd9

Please sign in to comment.