mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +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"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue