File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,4 +14,24 @@ updates:
1414 npm-minor-patch :
1515 update-types :
1616 - " patch"
17-
17+
18+ - package-ecosystem : " github-actions"
19+ directory : " /"
20+ schedule :
21+ interval : " daily"
22+ target-branch : " staging"
23+ groups :
24+ github-actions-minor-patch :
25+ update-types :
26+ - " patch"
27+
28+ - package-ecosystem : " pip"
29+ directory : " /"
30+ schedule :
31+ interval : " daily"
32+ target-branch : " staging"
33+ groups :
34+ pip-minor-patch :
35+ update-types :
36+ - " patch"
37+
Original file line number Diff line number Diff line change 66 pull_request :
77 workflow_dispatch :
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 build :
1115 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44 branches : [ main, staging ]
55 pull_request :
66 branches : [ main, staging ]
7+
8+ concurrency :
9+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10+ cancel-in-progress : true
11+
712jobs :
813 test :
914 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments