Unity3d Packages Datasource¶
Table of values¶
Name | Value | Notes |
---|---|---|
Identifier | unity3d-packages |
|
Default versioning | unity3d-packages |
|
Custom registry support | Yes | |
Release timestamp support | No | |
Source URL support | No |
Description¶
This datasource finds Unity package updates from Unity package feeds.
By default, Renovate checks https://packages.unity.com
for Unity packages.
You can override the default behavior with the registryUrls
config option.
For example:
{
"matchDatasources": ["unity3d-packages"],
"registryUrls": ["https://package.openupm.com"]
}