From 67713f6765c47449dbfb8914a4ffbd6292e76f0d Mon Sep 17 00:00:00 2001 From: pooneyy <85266337+pooneyy@users.noreply.github.com> Date: Tue, 12 Aug 2025 21:25:35 +0800 Subject: [PATCH] Update renovate.json for Syncthing packages Adds version constraints for Syncthing app YAML files. --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 257c9b425..25ff8fe7c 100644 --- a/renovate.json +++ b/renovate.json @@ -205,6 +205,12 @@ "apps/reader/2.7.*/*.yml" ], "allowedVersions": "/^2.7.*/" + }, + { + "matchFileNames": [ + "apps/syncthing*/1.*/*.yml" + ], + "allowedVersions": "/^1.*/" } ], "prCreation": "immediate"