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