Files
letro-ios/renovate.json
2025-09-29 10:41:01 +01:00

36 lines
758 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommitsDisabled"
],
"labels" : [
"pr-misc"
],
"ignoreDeps": ["pointfreeco/swift-snapshot-testing"],
"packageRules" : [
{
"matchManagers": ["github-actions"],
"groupName" : "GitHub Actions"
},
{
"matchManagers": ["swift", "cocoapods"],
"groupName" : "Swift"
},
{
"managers": ["swift", "cocoapods"],
"matchPaths": ["compound-ios/Package.swift"],
"groupName": "Compound"
},
{
"matchManagers": ["bundler"],
"groupName" : "Ruby"
},
{
"matchPackageNames": ["codecov/codecov-action"],
"allowedVersions": "^3.0.0"
}
]
}