From ce9964872d8cfe62373bae8edd6259a0e4b3ceed Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 20:24:27 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 65027f4..efda725 100644 --- a/renovate.json +++ b/renovate.json @@ -1,24 +1,41 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "schedule": ["every monday"], + "schedule": [ + "on monday" + ], "packageRules": [ { - "matchManagers": ["gomod"], - "matchUpdateTypes": ["digest"], + "matchManagers": [ + "gomod" + ], + "matchUpdateTypes": [ + "digest" + ], "enabled": false }, { - "matchManagers": ["gomod"], - "matchDepTypes": ["indirect"], + "matchManagers": [ + "gomod" + ], + "matchDepTypes": [ + "indirect" + ], "enabled": false }, { - "matchManagers": ["gomod"], - "matchUpdateTypes": ["minor", "patch"], + "matchManagers": [ + "gomod" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ], "groupName": "go module minor/patch updates" }, { - "matchManagers": ["dockerfile"], + "matchManagers": [ + "dockerfile" + ], "groupName": "docker image updates" } ]