File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : npm
4+ directory : " /"
5+ schedule :
6+ interval : monthly
7+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -12,21 +12,26 @@ pull_request_rules:
1212 - -merged
1313 - -closed
1414 - author!=dependabot[bot]
15- - author!=dependabot-preview[bot]
1615 actions :
1716 merge :
1817 method : squash
1918 strict : smart
2019 strict_method : merge
2120
22- - name : Automatically approve Dependabot PRs
21+ - name : Automatically approve and merge Dependabot PRs
2322 conditions :
2423 - base=master
25- - author~=^dependabot(|-preview)\[bot\]$
24+ - author=dependabot[bot]
25+ - status-success=Run Unit Tests
26+ - status-success=Semantic Pull Request
2627 - -title~=(WIP|wip)
2728 - -label~=(blocked|do-not-merge)
2829 - -merged
2930 - -closed
3031 actions :
3132 review :
3233 type : APPROVE
34+ merge :
35+ method : squash
36+ strict : smart+fasttrack
37+ strict_method : merge
You can’t perform that action at this time.
0 commit comments