Automated Dependency Updates for Scalafmt
Categories: java
Renovate supports updating Scalafmt dependencies.
File Matching¶
By default, Renovate will check any files matching the following regular expression: /(^|/)\.scalafmt.conf$/.
For details on how to extend a manager's managerFilePatterns value, please follow this link.
Supported datasources¶
This manager supports extracting the following datasources: github-releases.
Default config¶
{
"managerFilePatterns": [
"/(^|/)\\.scalafmt.conf$/"
]
}
Additional Information¶
Extracts scalafmt version from .scalafmt.conf file.
New versions of Scalafmt are looked up on Github Releases.