File tree 4 files changed +38
-20
lines changed
4 files changed +38
-20
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
7
+ - package-ecosystem : " bundler"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " weekly"
11
+ - package-ecosystem : " gomod"
12
+ directory : " /"
13
+ schedule :
14
+ interval : " weekly"
15
+ ignore :
16
+ - dependency-name : " *"
17
+ update-types :
18
+ - version-update:semver-major
Original file line number Diff line number Diff line change 9
9
BUNDLE_BIN : bin
10
10
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Set up Ruby
15
15
uses : ruby/setup-ruby@v1
18
18
bundler-cache : true
19
19
20
20
- name : Set up Go
21
- uses : actions/setup-go@v2
21
+ uses : actions/setup-go@v4
22
22
with :
23
23
go-version : " 1.18"
24
24
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v4
13
13
14
14
- name : Set up Go
15
- uses : actions/setup-go@v2
15
+ uses : actions/setup-go@v4
16
16
with :
17
17
go-version : " 1.18"
18
18
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
24
- - uses : mislav/bump-homebrew-formula-action@v1
24
+ - uses : mislav/bump-homebrew-formula-action@v3
25
25
if : " !contains(github.ref, '-')" # skip prereleases
26
26
with :
27
27
formula-name : hub
Original file line number Diff line number Diff line change 7
7
cucumber (>= 2.4 , < 6.0 )
8
8
rspec-expectations (~> 3.4 )
9
9
thor (~> 1.0 )
10
- backports (3.23.0 )
10
+ backports (3.24.1 )
11
11
builder (3.2.4 )
12
12
childprocess (4.1.0 )
13
13
contracts (0.16.1 )
30
30
diff-lcs (1.5.0 )
31
31
gherkin (5.1.0 )
32
32
multi_json (1.15.0 )
33
- multi_test (0 .1.2 )
34
- mustermann (2 .0.2 )
33
+ multi_test (1 .1.0 )
34
+ mustermann (3 .0.0 )
35
35
ruby2_keywords (~> 0.0.1 )
36
- rack (2.2.4 )
37
- rack-protection (2.2.3 )
38
- rack
39
- rspec-expectations (3.11.0 )
36
+ rack (2.2.8 )
37
+ rack-protection (3.1.0 )
38
+ rack ( ~> 2.2 , >= 2.2.4 )
39
+ rspec-expectations (3.12.3 )
40
40
diff-lcs (>= 1.2.0 , < 2.0 )
41
- rspec-support (~> 3.11 .0 )
42
- rspec-support (3.11.0 )
41
+ rspec-support (~> 3.12 .0 )
42
+ rspec-support (3.12.1 )
43
43
ruby2_keywords (0.0.5 )
44
- sinatra (2.2.3 )
45
- mustermann (~> 2 .0 )
46
- rack (~> 2.2 )
47
- rack-protection (= 2.2.3 )
44
+ sinatra (3.1.0 )
45
+ mustermann (~> 3 .0 )
46
+ rack (~> 2.2 , >= 2.2.4 )
47
+ rack-protection (= 3.1.0 )
48
48
tilt (~> 2.0 )
49
- thor (1.2.1 )
50
- tilt (2.0.11 )
49
+ thor (1.2.2 )
50
+ tilt (2.3.0 )
51
51
52
52
PLATFORMS
53
53
java
You can’t perform that action at this time.
0 commit comments