Skip to content

Commit ce29749

Browse files
another-rexgoogle-labs-jules[bot]
authored andcommitted
Prevent major ruby docker updates in renovate.json (google#4907)
Updated `renovate.json` to prevent major updates for the `ruby` docker image. This is in response to PR google#4894 trying to upgrade ruby from 3 to 4. The affected file is likely `docs/docs.Dockerfile` which uses `FROM ruby:3`. --- *PR created automatically by Jules for task [2175686184353370820](https://jules.google.com/task/2175686184353370820) started by @another-rex* --------- Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
1 parent d2edca7 commit ce29749

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,18 @@
137137
],
138138
"enabled": false
139139
},
140+
{
141+
"matchDatasources": [
142+
"docker"
143+
],
144+
"matchPackageNames": [
145+
"ruby"
146+
],
147+
"matchUpdateTypes": [
148+
"major"
149+
],
150+
"enabled": false
151+
},
140152
{
141153
"matchDatasources": [
142154
"docker"

0 commit comments

Comments
 (0)