diff --git a/.codeclimate.yml b/.codeclimate.yml index 03a5e6c..bce511e 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -31,7 +31,7 @@ plugins: rubocop: enabled: true config: ".rubocop_cc.yml" - channel: rubocop-0-82 + channel: rubocop-1-56-3 exclude_patterns: - node_modules/ - spec/ diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 594d9e4..5f40b51 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,4 +45,4 @@ jobs: - name: Report code coverage if: "${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }}" continue-on-error: true - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v6 diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +}