Skip to content

Commit

Permalink
chore: auto-merge renovate
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Sep 13, 2023
1 parent 8b17e0f commit dbad69c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
run: bundle exec rspec
- name: Upload coverage to Codecov
if: ${{ strategy.job-index == 0 }} # only run codecov on first run
uses: codecov/codecov-action@c9e4b7326764720e2d95c3a9615d9e6ba7fc949f
uses: codecov/codecov-action@845c445181131d954f0198d3d0f26242acc0376e
with:
token: ${{ secrets.CODECOV_TOKEN }}
name: Ruby SDK
fail_ci_if_error: true
verbose: true
file: coverage/coverage.xml
Expand Down
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"matchManagers": ["github-actions"],
"automerge": true
}
]
}

0 comments on commit dbad69c

Please sign in to comment.