From b503f0632750a2cd333f79927dcbed4b3e1228d8 Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:47:46 +0800 Subject: [PATCH] Update renovate.json: Group Frp client and server in Renovate config --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 21bb25219..bbf6008c1 100644 --- a/renovate.json +++ b/renovate.json @@ -111,6 +111,10 @@ "matchCurrentVersion": "/^\\d{6}$/", "allowedVersions": "/^\\d{6}$/" }, + { + "matchPackageNames": ["snowdreamtech/frpc", "snowdreamtech/frps"], + "groupName": "Frp Cilent & Server" + }, { "matchPackageNames": ["syncthing/syncthing", "syncthing/discosrv", "syncthing/relaysrv"], "groupName": "Syncthing"