mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 15:34:41 +02:00
Disable ruby version auto merge
This commit is contained in:
parent
7e00b41c4d
commit
9e63e3d0bd
4 changed files with 5 additions and 3 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -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
1
.gitignore
vendored
|
@ -18,3 +18,4 @@
|
|||
/lib/tasks/mock.rake
|
||||
.DS_Store
|
||||
/node_modules
|
||||
/import
|
||||
|
|
|
@ -1 +1 @@
|
|||
3.3.3
|
||||
3.0.3
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
},
|
||||
{
|
||||
"matchDepTypes": [".ruby-version"],
|
||||
"addLabels": ["ruby-version"]
|
||||
"addLabels": ["ruby-version"],
|
||||
"automerge": false
|
||||
}
|
||||
],
|
||||
"docker": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue