File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 34
34
run : bundle exec rspec
35
35
- name : Upload coverage to Codecov
36
36
if : ${{ strategy.job-index == 0 }} # only run codecov on first run
37
- uses : codecov/codecov-action@c9e4b7326764720e2d95c3a9615d9e6ba7fc949f
37
+ uses : codecov/codecov-action@845c445181131d954f0198d3d0f26242acc0376e
38
38
with :
39
39
token : ${{ secrets.CODECOV_TOKEN }}
40
- name : Ruby SDK
41
40
fail_ci_if_error : true
42
41
verbose : true
43
42
file : coverage/coverage.xml
Original file line number Diff line number Diff line change
1
+ # These owners will be the default owners for everything in
2
+ # the repo. Unless a later match takes precedence
3
+ #
4
+ # Managed by Peribolos: https://github.com/open-feature/community/blob/main/config/open-feature/sdk-ruby/workgroup.yaml
5
+ #
6
+ * @ open-feature/sdk-ruby-maintainers
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- " config:base"
4
+ " config:base" ,
5
+ " helpers:pinGitHubActionDigests"
6
+ ],
7
+ "packageRules" : [
8
+ {
9
+ "matchUpdateTypes" : [" minor" , " patch" ],
10
+ "matchCurrentVersion" : " !/^0/" ,
11
+ "automerge" : true
12
+ },
13
+ {
14
+ "matchManagers" : [" github-actions" ],
15
+ "automerge" : true
16
+ }
5
17
]
6
18
}
You can’t perform that action at this time.
0 commit comments