Skip to content

Automated Dependency Updates for Unity3d

Categories: no-category

Renovate supports updating Unity3d dependencies.

File Matching

By default, Renovate will check any files matching the following regular expression: **/ProjectSettings/ProjectVersion.txt.

For details on how to extend a manager's managerFilePatterns value, please follow this link.

Supported datasources

This manager supports extracting the following datasources: unity3d.

Default config

{
  "managerFilePatterns": [
    "**/ProjectSettings/ProjectVersion.txt"
  ]
}

Additional Information

Manages version numbers in the ProjectVersion.txt file located within the ProjectSettings folder of a Unity project.

Example path: /home/user/testUnityProject/ProjectSettings/ProjectVersion.txt.

ProjectVersion.txt always have two version references in YAML syntax; one with revision and another one without it. Both are updated together.

m_EditorVersion: 2020.3.15f2
m_EditorVersionWithRevision: 2020.3.15f2 (6cf78cb77498)