ci: migrate integration fully to renovate - #2957
Merged
p-targowicz merged 1 commit intoAug 12, 2026
Merged
Conversation
p-targowicz
force-pushed
the
ci/QA-1485-renovate-integration
branch
from
August 10, 2026 12:01
7dfdb78 to
6cf4a7b
Compare
p-targowicz
marked this pull request as ready for review
August 11, 2026 07:23
Contributor
|
@p-targowicz, start a full integration test pipeline with:
my commands and optionsYou can prevent me from automatically starting CI pipelines:
You can trigger a client pipeline on multiple prs with:
You can trigger a client pipeline for a specific Mender Client release with:
You can trigger GitHub->GitLab branch sync with:
You can print PR statistics for a repository with:
You can deploy a review app with:
You can run e2e tests against a deployed review app with:
You can cherry pick to a given branch or branches with:
|
Dependabot still owned pip docker and ci here so renovate had those categories disabled. Dropped dependabot and removed the guards. Compose files and the 3.8.x branch are now covered too which dependabot never did Ticket: QA-1485 Signed-off-by: Patryk Targowicz <patryk.targowicz@northern.tech>
p-targowicz
force-pushed
the
ci/QA-1485-renovate-integration
branch
from
August 11, 2026 08:30
6cf4a7b to
bf6f6a4
Compare
oldgiova
approved these changes
Aug 12, 2026
Contributor
Author
|
no need for integration tests its just renovate, merging |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of QA-1485
Dependabot still owned pip docker and ci here so renovate had those categories disabled behind a TODO. Dropped dependabot and removed the guard
Config now follows renovate.json5.sample from mender-qa. Kept both MENDER_ARTIFACT_VERSION custom managers since it is pinned in .gitlab-ci.yml and .env
The 17 compose files at the root are now covered which dependabot never did - only literal image tags like traefik, the MENDER_SERVER_* ones stay with release tooling
Targeting master and 3.8.x. 3.8.x last moved 2026-06-15 so it is still live, while 3.7.x has been quiet since 2025-03 and 3.6.x since 2024-08 so those are left out. Added the standard rule blocking major bumps on maintenance branches
Dependabot only ever opened pip PRs here - its docker entry pointed at extra/mender-client-docker-addons which contains just a README, and there are no merged dependabot docker PRs in this repo