33 lines
681 B
JSON
33 lines
681 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"
|
|
},
|
|
]
|
|
}
|
|
|