File tree 2 files changed +43
-4
lines changed
2 files changed +43
-4
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ version : 2
3
+ updates :
4
+ - package-ecosystem : ' bundler'
5
+ directory : ' /'
6
+ schedule :
7
+ interval : ' weekly'
8
+ commit-message :
9
+ prefix : ' chore(deps)'
10
+ groups :
11
+ dependencies :
12
+ applies-to : version-updates
13
+ update-types :
14
+ - ' minor'
15
+ - ' patch'
16
+ - package-ecosystem : ' github-actions'
17
+ directory : ' /'
18
+ schedule :
19
+ interval : ' weekly'
20
+ commit-message :
21
+ prefix : ' chore(deps)'
22
+ groups :
23
+ dependencies :
24
+ applies-to : version-updates
25
+ update-types :
26
+ - ' minor'
27
+ - ' patch'
28
+ - package-ecosystem : ' docker'
29
+ directory : ' /'
30
+ schedule :
31
+ interval : ' weekly'
32
+ commit-message :
33
+ prefix : ' chore(deps)'
34
+ groups :
35
+ dependencies :
36
+ applies-to : version-updates
37
+ update-types :
38
+ - ' minor'
39
+ - ' patch'
Original file line number Diff line number Diff line change @@ -19,21 +19,21 @@ jobs:
19
19
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
23
with :
24
24
fetch-depth : 10
25
25
26
- - uses : ruby/setup-ruby@v1
26
+ - uses : ruby/setup-ruby@v3
27
27
with :
28
28
ruby-version : ${{ matrix.ruby }}
29
29
bundler-cache : true
30
30
31
- - uses : actions/setup-python@v2
31
+ - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
32
32
with :
33
33
# This should match lib/github/markups.rb GitHub::Markups::MARKUP_RST
34
34
python-version : ' 3.x'
35
35
36
- - uses : actions/cache@v2
36
+ - uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
37
37
with :
38
38
path : ~/.cache/pip
39
39
key : ${{ runner.os }}-pip
You can’t perform that action at this time.
0 commit comments