Switch the xcodegen renovate schedule to fortnightly
Also remove broken/incorrect `ignoreDeps` rule
This commit is contained in:
@@ -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 * *",
|
|
||||||
]
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user