Files
letro-ios/renovate.json
2026-04-17 15:11:48 +03:00

42 lines
893 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitsDisabled"
],
"labels" : [
"pr-misc"
],
"ignoreDeps": ["pointfreeco/swift-snapshot-testing"],
"minimumReleaseAge": "7 days",
"packageRules" : [
{
"matchManagers": ["github-actions"],
"groupName" : "GitHub Actions"
},
{
"matchManagers": ["xcodegen"],
"groupName": "XcodeGen"
},
{
"matchManagers": ["swift"],
"groupName" : "Tools"
},
{
"managers": ["swift", "cocoapods"],
"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 * *",
]
},
]
}