Limit sentry-ios Renovate upgrades to one PR per month

This commit is contained in:
Stefan Ceriu
2026-04-17 11:47:25 +03:00
parent 771b33294b
commit 99d83cbf17

View File

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