Loading
Commits on Source 3
-
Andrew Newdigate authored
Renovate is currently skipping some upgrades: ``` { "depName": "jqlang/jq", "currentValue": "1.6", "datasource": "github-releases", "versioning": "semver", "replaceString": " 1.6 # datasource=github-releases depName=jqlang/jq\n", "updates": [], "packageName": "jqlang/jq", "warnings": [], "skipReason": "invalid-value" } ``` The reason is that 1.6 in this case is not valid semver. This change allows loose versioning for some changes, such as this. -
Bob Van Landuyt authored
fix: allow loose versioning for X.Y semver in Renovate See merge request !1218
-
semantic-release-bot authored
## [3.0.3](https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/compare/...) (2025-11-20) ### Fixes * allow loose versioning for X.Y semver in Renovate ([a1b437bf](a1b437bf))