Skip to content
Snippets Groups Projects
Commit 77911e7b authored by Pierre Guinoiseau's avatar Pierre Guinoiseau 💚
Browse files

Merge branch 'pguinoiseau/fix-truncated-versions-cct-2' into 'main'

fix(renovate): fix for real truncated version updates for common-ci-tasks CI includes

See merge request gitlab-com/gl-infra/common-ci-tasks!879
parents e8158909 bad271db
No related branches found
No related tags found
No related merge requests found
Pipeline #24711056 failed
Loading
Loading
@@ -19,7 +19,7 @@
"gitlab-com/gl-infra/common-ci-tasks"
],
"matchManagers": ["gitlabci", "gitlabci-include", "pre-commit"],
"extractVersion": "^(?<version>\\d+\\.\\d+)"
"extractVersion": "^(?<version>v?\\d+\\.\\d+)"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment