Skip to content

Commit dcf196d

Browse files
authored
chore: auto-merge renovate, add CODEOWNERS (#68)
Signed-off-by: Todd Baert <[email protected]>
1 parent 8b17e0f commit dcf196d

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
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

CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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

renovate.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
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
}

0 commit comments

Comments
 (0)