From 50f4022b7c54e3e2d344ddc59d4ca0b2fa043f2c Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Tue, 5 May 2026 14:30:02 +0300 Subject: [PATCH] Switch the xcodegen renovate schedule to fortnightly Also remove broken/incorrect `ignoreDeps` rule --- renovate.json | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/renovate.json b/renovate.json index e0d9e7278..27b73c519 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,6 @@ "labels" : [ "pr-misc" ], - "ignoreDeps": ["pointfreeco/swift-snapshot-testing"], "minimumReleaseAge": "7 days", "packageRules" : [ { @@ -16,7 +15,10 @@ }, { "matchManagers": ["xcodegen"], - "groupName": "XcodeGen" + "groupName": "XcodeGen", + "schedule": [ + "every 2 weeks on wednesday", + ] }, { "matchManagers": ["swift"], @@ -27,15 +29,5 @@ "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 * *", - ] - }, ] } -