Commit 0fe85e9
authored
Stop Renovate holding docker image updates on a check that can never pass (#24848)
ghcr.io and registry.ddbuild.io do not return release timestamps, and since Renovate
42 a missing timestamp counts as never having aged, so the 7-day
renovate/stability-days check on those images stays pending forever. Scope
minimumReleaseAgeBehaviour to timestamp-optional for that group, which keeps the
age check wherever a registry does publish timestamps.
Also enable the dependency dashboard, so updates held back by the age check are
visible instead of just absent.1 parent 7797868 commit 0fe85e9
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
177 | | - | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
0 commit comments