Skip to content

Use separateMajorMinor: false in conjuction with disableMajor for matchDatasource or matchPackage #28531

Answered by ifalex
ifalex asked this question in Request Help
Discussion options

You must be logged in to vote

Manage to solve it by creating a separate grouping for docker images, disabling major for docker datasources and moving separateMajorMinor to packageRule from generic place.

        {
            "groupName": "all helm updates",
            "groupSlug": "all-helm-updates",
            "matchManagers": [
                "helm-values",
                "helmv3"
            ],
            "separateMajorMinor": false
        },
        {
            "enabled": false,
            "matchDatasources": [
                "docker"
            ],
            "matchUpdateTypes":[
                    "major"
            ]
        },
        {
            "matchDatasources": [
                "docker"

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ifalex
Comment options

Answer selected by ifalex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant