Skip to content

Commit ce1f844

Browse files
authored
Merge pull request #288 from smlx/readme
chore: add new option to dependabot enable list
2 parents f5b8e98 + bdee8a2 commit ce1f844

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Then customize the code for your repository:
6464
* update `.goreleaser.yaml` to build `cmd/$YOUR_COMMAND`
6565
* update the links at the top of `README.md`
6666
* update the contact email in `SECURITY.md`
67+
* if you aren't [in an enterprise that has code quality enabled](https://github.com/orgs/community/discussions/194833#discussioncomment-17174472), delete the coverage workflow (`.github/workflows/coverage.yaml`)
6768
6869
1. Commit and push:
6970
@@ -92,13 +93,14 @@ Configure the repository:
9293
* Allow auto-merge
9394
* Automatically delete head branches
9495
95-
1. Go to repository Settings > Advanced Security, and enable:
96+
1. Go to repository Settings > Advanced Security, and ensure these are enabled:
9697
9798
* Private vulnerability reporting
9899
99100
* Dependabot
100101
101102
* Dependabot alerts
103+
* Dependabot malware alerts
102104
* Dependabot security updates
103105
* Grouped security updates
104106
* Dependabot on Actions runners

0 commit comments

Comments
 (0)