From dbad69cb9ddd46a63b04bb481c34338ea3de6698 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Wed, 13 Sep 2023 12:32:26 -0400 Subject: [PATCH] chore: auto-merge renovate Signed-off-by: Todd Baert --- .github/workflows/main.yml | 3 +-- renovate.json | 14 +++++++++++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44a7f89..0327e29 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/renovate.json b/renovate.json index 39a2b6e..f59c55b 100644 --- a/renovate.json +++ b/renovate.json @@ -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 + } ] }