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 3434 run : bundle exec rspec
3535 - name : Upload coverage to Codecov
3636 if : ${{ strategy.job-index == 0 }} # only run codecov on first run
37- uses : codecov/codecov-action@c9e4b7326764720e2d95c3a9615d9e6ba7fc949f
37+ uses : codecov/codecov-action@845c445181131d954f0198d3d0f26242acc0376e
3838 with :
3939 token : ${{ secrets.CODECOV_TOKEN }}
40- name : Ruby SDK
4140 fail_ci_if_error : true
4241 verbose : true
4342 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 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
33 "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+ }
517 ]
618}
You can’t perform that action at this time.
0 commit comments