mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Change renovate config to delay ruby version updates
This commit is contained in:
parent
669ba89d47
commit
2d3b3c0ba1
1 changed files with 5 additions and 2 deletions
|
@ -9,17 +9,20 @@
|
||||||
"automergeType": "pr"
|
"automergeType": "pr"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depTypeList": ["ruby", "bundler", "Gemfile", "Gemfile.lock"],
|
"matchDepTypes": ["ruby", "bundler", "Gemfile", "Gemfile.lock"],
|
||||||
"addLabels": ["bundler"]
|
"addLabels": ["bundler"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"depTypeList": [".ruby-version"],
|
"matchDepTypes": [".ruby-version"],
|
||||||
"addLabels": ["ruby-version"]
|
"addLabels": ["ruby-version"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"docker": {
|
"docker": {
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
"ruby": {
|
||||||
|
"stabilityDays": 30
|
||||||
|
},
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"Dockerfile", "Dockerfile.*", ".github/workflows/build_deploy_staging.yml",
|
"Dockerfile", "Dockerfile.*", ".github/workflows/build_deploy_staging.yml",
|
||||||
".github/workflows/remove_st_after_pr.yml"
|
".github/workflows/remove_st_after_pr.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue