diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 5eb7ea1ef..c234b880b 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-22.04] - ruby: [ '3.0.3' ] + ruby: [ '3.0.3' ] runs-on: ${{ matrix.os }} continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }} steps: diff --git a/.gitignore b/.gitignore index d2946aadd..6b81c1a7e 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /lib/tasks/mock.rake .DS_Store /node_modules +/import diff --git a/.ruby-version b/.ruby-version index 619b53766..75a22a26a 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.3 +3.0.3 diff --git a/renovate.json b/renovate.json index 11d9ae957..86d198b8f 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,8 @@ }, { "matchDepTypes": [".ruby-version"], - "addLabels": ["ruby-version"] + "addLabels": ["ruby-version"], + "automerge": false } ], "docker": {