Files
letro-ios/renovate.json
Stefan Ceriu 50f4022b7c Switch the xcodegen renovate schedule to fortnightly
Also remove broken/incorrect `ignoreDeps` rule
2026-05-05 15:15:54 +03:00

34 lines
693 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitsDisabled"
],
"labels" : [
"pr-misc"
],
"minimumReleaseAge": "7 days",
"packageRules" : [
{
"matchManagers": ["github-actions"],
"groupName" : "GitHub Actions"
},
{
"matchManagers": ["xcodegen"],
"groupName": "XcodeGen",
"schedule": [
"every 2 weeks on wednesday",
]
},
{
"matchManagers": ["swift"],
"groupName" : "Tools"
},
{
"managers": ["swift", "cocoapods"],
"matchPaths": ["compound-ios/Package.swift"],
"groupName": "Compound"
},
]
}