Allow automation_images updates from any older version#266
Allow automation_images updates from any older version#266Luap99 merged 1 commit intocontainers:mainfrom
Conversation
| // Renovate treats "20230120" as the version number, and | ||
| // maxMajorIncrement defaults to 500 = 5 months; | ||
| // tags with larger difference than that would be ignored. | ||
| "maxMajorIncrement": "100000", |
There was a problem hiding this comment.
the docs say 0 can be used to disable it. Might as well have it set to zero instead of 10 years which feels less arbitrary to have it set as unlimted.
There was a problem hiding this comment.
also renovate faildation fails but does not seem to print an error
renovate-config-validator $CIRRUS_WORKING_DIR/renovate/defaults.json5
[17:02:44.775] INFO (31): Initializing tools all...
[17:02:44.963] INFO (31): Initialize tools all succeded in 187ms.
Looking at https://docs.renovatebot.com/configuration-options/#maxmajorincrement again the value must be an integer not a string I think
There was a problem hiding this comment.
I have been trying to figure out why renovate-config-validator is never logging anything, but you are right, using an integer here passes.
Cause found by Paul. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
|
Successfully triggered github-actions/success task to indicate successful run of cirrus-ci_retrospective integration and unit testing from this PR's ac738ee6d4c5acf1f5f428dad0e7efbd22a1687a. |
Cause found by Paul.
The easiest way to test this is probably to put it in production…