Change renovate config to delay ruby version updates

This commit is contained in:
Thiago Youssef 2022-04-20 17:00:20 +03:00
parent 669ba89d47
commit 2d3b3c0ba1

View file

@ -9,17 +9,20 @@
"automergeType": "pr"
},
{
"depTypeList": ["ruby", "bundler", "Gemfile", "Gemfile.lock"],
"matchDepTypes": ["ruby", "bundler", "Gemfile", "Gemfile.lock"],
"addLabels": ["bundler"]
},
{
"depTypeList": [".ruby-version"],
"matchDepTypes": [".ruby-version"],
"addLabels": ["ruby-version"]
}
],
"docker": {
"enabled": false
},
"ruby": {
"stabilityDays": 30
},
"ignorePaths": [
"Dockerfile", "Dockerfile.*", ".github/workflows/build_deploy_staging.yml",
".github/workflows/remove_st_after_pr.yml"