Skip to content
Snippets Groups Projects
Verified Commit 965670d6 authored by Bob Van Landuyt :neckbeard:'s avatar Bob Van Landuyt :neckbeard: :sunglasses:
Browse files

feat(renovate): use our containers if possible

This allows us to use the containers from `common-ci-tasks-images` for
packages we build those for.

Only match then in `.tool-versions` so the version from
`.tool-versions.build` in the `common-ci-tasks-images` are still
getting updates from upstream.
parent 917d45cb
No related branches found
No related tags found
No related merge requests found
Pipeline #23664497 passed
Loading
Loading
@@ -324,6 +324,12 @@
],
"groupName": "terraform-provider-google"
},
{
"matchFiles": [".tool-versions"],
"description": "packages that we have our own docker images for should use those instead of upstream",
"matchDepNames": ["shellcheck", "shfmt"],
"replacementNameTemplate": "registry.gitlab.com/gitlab-com/gl-infra/common-ci-tasks-images/{{{packageName}}}"
},
{
"description": "Group all common-ci-task updates together. Keep this near the bottom for higher priority.",
"matchSourceUrlPrefixes": [
Loading
Loading
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