From b30f5be23e150d097515da4fcd4989eb6dfc0f7c Mon Sep 17 00:00:00 2001 From: okxlin Date: Thu, 12 Dec 2024 21:46:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E7=A6=81=E7=94=A8?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9A=84=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- renovate.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/renovate.json b/renovate.json index 5910ed4b..c55cf97e 100644 --- a/renovate.json +++ b/renovate.json @@ -4,10 +4,39 @@ "gitIgnoredAuthors": [ "githubaction@githubaction.com" ], + "rebaseWhen": "never", "packageRules": [ { "packageNames": ["docker-compose"], "automerge": true + }, + { + "matchFileNames": ["apps/mysql/5.5.*/*.yml"], + "allowedVersions": "/^5.5.*/" + }, + { + "matchFileNames": ["apps/mysql/5.6.*/*.yml"], + "allowedVersions": "/^5.6.*/" + }, + { + "matchFileNames": ["apps/mysql/5.7.*/*.yml"], + "allowedVersions": "/^5.7.*/" + }, + { + "matchFileNames": ["apps/mysql/8.0.*/*.yml"], + "allowedVersions": "/^8.0.*/" + }, + { + "matchFileNames": ["apps/mysql/8.4.*/*.yml"], + "allowedVersions": "/^8.4.*/" + }, + { + "matchFileNames": ["apps/php-unofficial/7.4.*/*.yml"], + "allowedVersions": "/^7.4.*/" + }, + { + "matchFileNames": ["apps/php-unofficial/8.1.*/*.yml"], + "allowedVersions": "/^8.1.*/" } ], "prCreation": "immediate"