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 * *", + ] + }, ] }