Skip to content

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 fileMatch value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: github-releases.

Default config

{
  "fileMatch": [
    "(^|/)\\.scalafmt.conf$"
  ]
}

Additional Information

Extracts scalafmt version from .scalafmt.conf file.

New versions of Scalafmt are looked up on Github Releases.