File tree Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Expand file tree Collapse file tree 1 file changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,33 @@ Configure the repository:
90
90
91
91
1. Go to repository Settings > General:
92
92
93
- * Disable wiki and projects (unless you plan to use them! )
94
- * Allow only merge commits for Pull Requests
95
- * Allow auto-merge
96
- * Automatically delete head branches
93
+ 1. Features
97
94
98
- 1. Go to repository Settings > Code security and analysis, and enable:
95
+ * Disable wiki and projects (unless you plan to use them! )
96
+
97
+ 1. Pull Requests
98
+
99
+ * Allow merge commits only for Pull Requests
100
+ * Allow auto-merge
101
+ * Automatically delete head branches
102
+
103
+ 1. Go to repository Settings > Advanced Security, and enable:
99
104
100
105
* Private vulnerability reporting
106
+
101
107
* Dependabot
108
+
109
+ * Dependabot alerts
110
+ * Dependabot security updates
102
111
* Grouped security updates
112
+ * Dependabot on Actions runners
113
+
103
114
* Code Scanning
115
+
104
116
* CodeQL analysis > Set up > Default
105
- * Secret Scanning
117
+
118
+ * Secret Protection
119
+
106
120
* Push protection
107
121
108
122
1. Go to repository Settings > Rules > Rulesets, and import the ` protect-default-branch.json` ruleset.
You can’t perform that action at this time.
0 commit comments