From 99d83cbf17c46e8dd4a8cebb5834d942f6b9c80c Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 17 Apr 2026 11:47:25 +0300 Subject: [PATCH] Limit `sentry-ios` Renovate upgrades to one PR per month --- renovate.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/renovate.json b/renovate.json index 0e41f1534..e0d9e7278 100644 --- a/renovate.json +++ b/renovate.json @@ -27,6 +27,15 @@ "matchPaths": ["compound-ios/Package.swift"], "groupName": "Compound" }, + { + // PostHog iOS uses continuous integration so limit upgrades to one PR per month + "matchPackageNames": [ + "posthog-ios", + ], + "schedule": [ + "* * 1 * *", + ] + }, ] }