Switch the xcodegen renovate schedule to fortnightly

Also remove broken/incorrect `ignoreDeps` rule
This commit is contained in:
Stefan Ceriu
2026-05-05 14:30:02 +03:00
parent e989463d91
commit 50f4022b7c

View File

@@ -7,7 +7,6 @@
"labels" : [ "labels" : [
"pr-misc" "pr-misc"
], ],
"ignoreDeps": ["pointfreeco/swift-snapshot-testing"],
"minimumReleaseAge": "7 days", "minimumReleaseAge": "7 days",
"packageRules" : [ "packageRules" : [
{ {
@@ -16,7 +15,10 @@
}, },
{ {
"matchManagers": ["xcodegen"], "matchManagers": ["xcodegen"],
"groupName": "XcodeGen" "groupName": "XcodeGen",
"schedule": [
"every 2 weeks on wednesday",
]
}, },
{ {
"matchManagers": ["swift"], "matchManagers": ["swift"],
@@ -27,15 +29,5 @@
"matchPaths": ["compound-ios/Package.swift"], "matchPaths": ["compound-ios/Package.swift"],
"groupName": "Compound" "groupName": "Compound"
}, },
{
// PostHog iOS uses continuous integration so limit upgrades to one PR per month
"matchPackageNames": [
"posthog-ios",
],
"schedule": [
"* * 1 * *",
]
},
] ]
} }