Automated Dependency Updates for Mint
Categories: swift
Renovate supports updating Mint dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: (^|/)Mintfile$
.
For details on how to extend a manager's fileMatch
value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: git-tags
.
Default config¶
{
"fileMatch": [
"(^|/)Mintfile$"
]
}
Additional Information¶
Renovate supports updating Mintfiles.
Go to the yonaskolb/Mint
repository on GitHub to learn more about the Mint package manager.
You must put the library version in the Mintfile:
// Good:
SwiftGen/SwiftGen@6.6.1
realm/SwiftLint @ 0.48.0
// Bad:
yonaskolb/xcodegen