File tree Expand file tree Collapse file tree 5 files changed +22
-13
lines changed
Expand file tree Collapse file tree 5 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : github-actions
4- directory : /
3+ - package-ecosystem : " github-actions"
4+ directory : " / "
55 schedule :
6- interval : daily
6+ interval : " daily"
7+ open-pull-requests-limit : 99
8+ assignees :
9+ - " biow0lf"
710
8- - package-ecosystem : bundler
9- directory : /
11+ - package-ecosystem : " bundler"
12+ directory : " / "
1013 schedule :
11- interval : daily
14+ interval : " daily"
15+ open-pull-requests-limit : 99
16+ allow :
17+ - dependency-type : " direct"
18+ - dependency-type : " indirect"
19+ assignees :
20+ - " biow0lf"
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : ["master "]
16+ branches : ["main "]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : ["master "]
19+ branches : ["main "]
2020 schedule :
2121 - cron : " 0 0 * * 1"
2222
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: RSpec on JRuby
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 branches :
9- - master
9+ - main
1010 schedule :
1111 - cron : " 0 21 * * 6"
1212
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ name: RSpec
44on :
55 push :
66 branches :
7- - master
7+ - main
88 pull_request :
99 branches :
10- - master
10+ - main
1111 schedule :
1212 - cron : " 0 21 * * 6"
1313
Original file line number Diff line number Diff line change 1212 schedule :
1313 - cron : ' 20 7 * * 2'
1414 push :
15- branches : ["master "]
15+ branches : ["main "]
1616
1717# Declare default permissions as read only.
1818permissions : read-all
You can’t perform that action at this time.
0 commit comments