Merge pull request #2362 from internetee/update-renovate-config

Change renovate config to delay ruby version updates
This commit is contained in:
Timo Võhmar 2022-04-21 15:38:00 +03:00 committed by GitHub
commit c211565e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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": 60
},
"ignorePaths": [
"Dockerfile", "Dockerfile.*", ".github/workflows/build_deploy_staging.yml",
".github/workflows/remove_st_after_pr.yml"