0
0
mirror of https://github.com/renovatebot/renovate.git synced 2024-12-22 21:48:32 +00:00
renovatebot_renovate/lib/modules/manager/mint/readme.md
coffmark 7dbe0b3312
feat(manager/mint): add mint support (#17351)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2022-09-06 06:18:43 +00:00

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
```