File tree 6 files changed +33
-2
lines changed
6 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 3
3
version : 2
4
4
5
5
updates :
6
+ - package-ecosystem : npm
7
+ directory : /
8
+ schedule :
9
+ interval : daily
10
+ target-branch : " main"
11
+ allow :
12
+ - dependency-type : direct
13
+ versioning-strategy : increase-if-necessary
14
+ commit-message :
15
+ prefix : deps
16
+ prefix-development : chore
17
+ labels :
18
+ - " Dependencies"
19
+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -11,3 +11,17 @@ repository:
11
11
enable_vulnerability_alerts : true
12
12
13
13
branches :
14
+ - name : main
15
+ protection :
16
+ required_status_checks : null
17
+ enforce_admins : true
18
+ block_creations : true
19
+ required_pull_request_reviews :
20
+ required_approving_review_count : 1
21
+ require_code_owner_reviews : true
22
+ require_last_push_approval : true
23
+ dismiss_stale_reviews : true
24
+ restrictions :
25
+ apps : []
26
+ users : []
27
+ teams : [ "cli-team" ]
Original file line number Diff line number Diff line change 8
8
ref :
9
9
required : true
10
10
type : string
11
- default : master
11
+ default : main
12
12
workflow_call :
13
13
inputs :
14
14
ref :
Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
push :
9
9
branches :
10
+ - main
10
11
schedule :
11
12
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
12
13
- cron : " 0 9 * * 1"
Original file line number Diff line number Diff line change @@ -5,8 +5,10 @@ name: CodeQL
5
5
on :
6
6
push :
7
7
branches :
8
+ - main
8
9
pull_request :
9
10
branches :
11
+ - main
10
12
schedule :
11
13
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
12
14
- cron : " 0 10 * * 1"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Release
5
5
on :
6
6
push :
7
7
branches :
8
-
8
+ - main
9
9
10
10
permissions :
11
11
contents : write
You can’t perform that action at this time.
0 commit comments