Disable ruby version auto merge

This commit is contained in:
tsoganov 2024-08-22 11:23:52 +03:00
parent 7e00b41c4d
commit 9e63e3d0bd
4 changed files with 5 additions and 3 deletions

View file

@ -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:

1
.gitignore vendored
View file

@ -18,3 +18,4 @@
/lib/tasks/mock.rake
.DS_Store
/node_modules
/import

View file

@ -1 +1 @@
3.3.3
3.0.3

View file

@ -14,7 +14,8 @@
},
{
"matchDepTypes": [".ruby-version"],
"addLabels": ["ruby-version"]
"addLabels": ["ruby-version"],
"automerge": false
}
],
"docker": {