Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 20 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,33 @@ Configure the repository:

1. Go to repository Settings > General:

* Disable wiki and projects (unless you plan to use them!)
* Allow only merge commits for Pull Requests
* Allow auto-merge
* Automatically delete head branches
1. Features

1. Go to repository Settings > Code security and analysis, and enable:
* Disable wiki and projects (unless you plan to use them!)

1. Pull Requests

* Allow merge commits only for Pull Requests
* Allow auto-merge
* Automatically delete head branches

1. Go to repository Settings > Advanced Security, and enable:

* Private vulnerability reporting

* Dependabot

* Dependabot alerts
* Dependabot security updates
* Grouped security updates
* Dependabot on Actions runners

* Code Scanning

* CodeQL analysis > Set up > Default
* Secret Scanning

* Secret Protection

* Push protection

1. Go to repository Settings > Rules > Rulesets, and import the `protect-default-branch.json` ruleset.
Expand Down
Loading