File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed
Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,6 @@ repository:
99 # In addition, Renovate defaults to squash merging unless the repository
1010 # settings disallows it.
1111 allow_squash_merge : false
12- rulesets :
13- - name : Prevent destruction of the default branch
14- target : branch
15- enforcement : active
16- conditions :
17- ref_name :
18- include :
19- - ~DEFAULT_BRANCH
20- exclude : []
21- rules :
22- - type : deletion
23- - type : non_fast_forward
2412 topics :
2513 - template
2614 - salt-formula
Original file line number Diff line number Diff line change 1+ # See https://github.com/github/safe-settings/blob/main-enterprise/docs/sample-settings/suborg.yml
2+ # for example layout
3+
4+ suborgrepos :
5+ - ' *'
6+
7+ rulesets :
8+ - name : Prevent destruction of the default branch
9+ target : branch
10+ enforcement : active
11+ conditions :
12+ ref_name :
13+ include :
14+ - ~DEFAULT_BRANCH
15+ exclude : []
16+ rules :
17+ - type : deletion
18+ - type : non_fast_forward
You can’t perform that action at this time.
0 commit comments