Skip to content

Commit

Permalink
Merge pull request #126 from internetee/update-renovate-config
Browse files Browse the repository at this point in the history
Change renovate config to delay ruby version updates
  • Loading branch information
vohmar authored May 12, 2022
2 parents 716c55b + b3d6e2b commit 20a453c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.yml"
],
Expand Down

0 comments on commit 20a453c

Please sign in to comment.