From 723c9254bdf58caa21272107406bacac7fb6fa20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 03:35:38 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 40 ++++++++++++++++++++++++++++++---------- 1 file changed, 30 insertions(+), 10 deletions(-) diff --git a/renovate.json b/renovate.json index 9b085efb..cb90b986 100644 --- a/renovate.json +++ b/renovate.json @@ -1,45 +1,65 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base"], + "extends": [ + "config:recommended" + ], "gitIgnoredAuthors": [ "githubaction@githubaction.com" ], "rebaseWhen": "never", "packageRules": [ { - "packageNames": ["docker-compose"], + "matchPackageNames": [ + "docker-compose" + ], "automerge": true }, { - "matchFileNames": ["apps/mysql/5.5.*/*.yml"], + "matchFileNames": [ + "apps/mysql/5.5.*/*.yml" + ], "allowedVersions": "/^5.5.*/" }, { - "matchFileNames": ["apps/mysql/5.6.*/*.yml"], + "matchFileNames": [ + "apps/mysql/5.6.*/*.yml" + ], "allowedVersions": "/^5.6.*/" }, { - "matchFileNames": ["apps/mysql/5.7.*/*.yml"], + "matchFileNames": [ + "apps/mysql/5.7.*/*.yml" + ], "allowedVersions": "/^5.7.*/" }, { - "matchFileNames": ["apps/mysql/8.0.*/*.yml"], + "matchFileNames": [ + "apps/mysql/8.0.*/*.yml" + ], "allowedVersions": "/^8.0.*/" }, { - "matchFileNames": ["apps/mysql/8.4.*/*.yml"], + "matchFileNames": [ + "apps/mysql/8.4.*/*.yml" + ], "allowedVersions": "/^8.4.*/" }, { - "matchFileNames": ["apps/php-unofficial/7.4.*/*.yml"], + "matchFileNames": [ + "apps/php-unofficial/7.4.*/*.yml" + ], "allowedVersions": "/^7.4.*/" }, { - "matchFileNames": ["apps/php-unofficial/8.1.*/*.yml"], + "matchFileNames": [ + "apps/php-unofficial/8.1.*/*.yml" + ], "allowedVersions": "/^8.1.*/" }, { - "matchFileNames": ["apps/reader/2.7.*/*.yml"], + "matchFileNames": [ + "apps/reader/2.7.*/*.yml" + ], "allowedVersions": "/^2.7.*/" } ],