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:
12
12
- -merged
13
13
- -closed
14
14
- author!=dependabot[bot]
15
- - author!=dependabot-preview[bot]
16
15
actions :
17
16
merge :
18
17
method : squash
19
18
strict : smart
20
19
strict_method : merge
21
20
22
- - name : Automatically approve Dependabot PRs
21
+ - name : Automatically approve and merge Dependabot PRs
23
22
conditions :
24
23
- base=master
25
- - author~=^dependabot(|-preview)\[bot\]$
24
+ - author=dependabot[bot]
25
+ - status-success=Run Unit Tests
26
+ - status-success=Semantic Pull Request
26
27
- -title~=(WIP|wip)
27
28
- -label~=(blocked|do-not-merge)
28
29
- -merged
29
30
- -closed
30
31
actions :
31
32
review :
32
33
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