mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 17:16:25 +00:00
15 lines
316 B
Markdown
15 lines
316 B
Markdown
|
Renovate supports updating Mintfiles.
|
||
|
|
||
|
Go to the [`yonaskolb/Mint` repository on GitHub](https://github.com/yonaskolb/Mint) 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
|
||
|
```
|