First, read the Renovate minimal reproduction instructions.
Then replace the current h1
with the Renovate Issue/Discussion number.
When renovate-bot checks against the checkmk image, it generates a new PR with version: checkmk/check-mk-cloud:2.3.0 .
When renovate-bot checks against the checkmk image, it generates a new PR with version: checkmk/check-mk-cloud:2.3.0p* .
CheckMK uses the following schema for versioning:
- 2 (first number) -> Major
- 3 (second number) -> Minor
- p* (number behind p) -> Patch
The 0 in 2.3.0 seems to be constant as in: every major checkmk version has the 0 as the third number and it never changes.