From e50b4474986d1f6c29d5cf4ab8c23bda07f6c6b4 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh03[bot]" <206760901+red-hat-konflux-kflux-prd-rh03[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 16:05:55 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/renovate.json b/renovate.json index 33fc78e767..2000dd8642 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "baseBranches": ["main"], + "baseBranchPatterns": [ + "main" + ], "branchPrefix": "renovate/", "prHourlyLimit": 0, "ignorePaths": [ @@ -12,13 +14,21 @@ }, "packageRules": [ { - "matchDatasources": ["docker"], - "matchDepNames": ["quay.io/fedora/fedora"], + "matchDatasources": [ + "docker" + ], + "matchDepNames": [ + "quay.io/fedora/fedora" + ], "enabled": false }, { - "matchManagers": ["rpm"], - "matchBaseBranches": ["main"], + "matchManagers": [ + "rpm" + ], + "matchBaseBranches": [ + "main" + ], "groupName": "RPM Updates", "commitMessageTopic": "RPM updates", "enabled": true, @@ -31,7 +41,9 @@ "automergeType": "branch" }, { - "matchDatasources": ["custom.oc"], + "matchDatasources": [ + "custom.oc" + ], "extractVersion": "openshift-client-linux-(?.+)\\.tar\\.gz" } ], @@ -39,8 +51,8 @@ { "customType": "regex", "description": "Update Fedora base image based on endoflife-date", - "fileMatch": [ - "Dockerfile|Containerfile" + "managerFilePatterns": [ + "/Dockerfile|Containerfile/" ], "matchStrings": [ "quay.io/fedora/fedora:(?.*)" @@ -52,7 +64,9 @@ { "customType": "regex", "datasourceTemplate": "custom.oc", - "fileMatch": ["artifacts.lock.yaml"], + "managerFilePatterns": [ + "/artifacts.lock.yaml/" + ], "depNameTemplate": "openshift-client", "versioningTemplate": "semver", "matchStrings": [