mirror of
https://github.com/internetee/registry.git
synced 2025-08-11 03:59:33 +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
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -18,3 +18,4 @@
|
||||||
/lib/tasks/mock.rake
|
/lib/tasks/mock.rake
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/node_modules
|
/node_modules
|
||||||
|
/import
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
3.3.3
|
3.0.3
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDepTypes": [".ruby-version"],
|
"matchDepTypes": [".ruby-version"],
|
||||||
"addLabels": ["ruby-version"]
|
"addLabels": ["ruby-version"],
|
||||||
|
"automerge": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"docker": {
|
"docker": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue