Commit 1cebbd0
fix: restrict Fedora to stable and create go-toolchain group (#777)
- Replace `followTag: "latest"` with `allowedVersions: "<=44"` for the
Fedora Docker image. `followTag` does not work with Docker datasources
since Docker tags lack the dist-tag-to-version mapping that npm
provides, causing Renovate to fail with "Can't find version with tag
latest for docker package fedora".
- Separate Go toolchain updates (version directives, `.go-version`,
`go-toolset` image) from the `kubernetes` module group into a dedicated
`go-toolchain` group so they ship in their own PR.
## Test plan
- [x] Verify Renovate no longer reports "Can't find version with tag
latest for docker package fedora"
- [x] Verify Renovate groups `.go-version`, Go version directives, and
`go-toolset` image updates into a single `go-toolchain` PR
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent cb6c007 commit 1cebbd0
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | | - | |
| 192 | + | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
| 203 | + | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments