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

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

parent 64032b73
No related branches found
No related tags found
No related merge requests found
Pipeline #24709682 passed
Loading
Loading
@@ -13,6 +13,13 @@
"gitlab.com/gitlab-com/gl-infra/jsonnet-tool"
],
"extractVersion": "^v?(?<version>\\d+\\.\\d+)"
},
{
"matchPackageNames": [
"gitlab-com/gl-infra/common-ci-tasks"
],
"matchManagers": ["gitlabci", "gitlabci-include", "pre-commit"],
"extractVersion": "^(?<version>\\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