From a73526376fee54f2d38903fc01a1a6e26617b556 Mon Sep 17 00:00:00 2001 From: Mohammadi Iram <89964724+MohammadiIram@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:14:02 +0530 Subject: [PATCH] Update renovate.json Signed-off-by: Mohammadi Iram <89964724+MohammadiIram@users.noreply.github.com> --- .github/renovate.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8b666d0..2bf8eff 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,22 +4,22 @@ "config:recommended" ], "branchPrefix": "renovate/", - "baseBranches": ["main", "test-1"], + "baseBranches": ["main", "rhoai-2.16"], "enabledManagers": ["dockerfile", "tekton", "rpm"], "dockerfile": { + "schedule": ["at any time"], "enabled": true, "additionalBranchPrefix": "{{baseBranch}}/", "branchPrefix": "konflux/mintmaker/", "packageRules": [ { - "matchBaseBranches": ["main"], - "schedule": ["at any time"], - "matchFileNames": ["*Dockerfile.konflux*"], + "matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"], + "enabled": false + }, + { "matchUpdateTypes": ["digest"], - "enabled": true, - "groupName": "Dockerfile Digest Updates", - "branchPrefix": "konflux/digest-update/", - "prBodyTemplate": "Updates Docker image digest for {{packageName}} to {{newVersion}}" + "matchFileNames": ["*Dockerfile.konflux*"], + "enabled": true } ] }, @@ -31,8 +31,9 @@ "includePaths": [ ".tekton/**" ], - "matchBaseBranches": ["test-1"], - "schedule": ["at any time"], + "ignoreTests": true, + "automergeType": "pr", + "automerge": true, "packageRules": [ { "matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"],