Github Releases Datasource¶
Table of values¶
Name | Value | Notes |
---|---|---|
Identifier | github-releases |
|
Default versioning | No default versioning | |
Custom registry support | Yes | |
Release timestamp support | Yes | The release timestamp is determined from the releaseTimestamp field from the response. |
Source URL support | Yes | The source URL is determined by using the packageName and registryUrl . |
Description¶
This datasource allows lookup releases from GitHub.com and GitHub Enterprise repositories.
registryUrl
: The URL of the GitHub registry to use. Defaults tohttps://github.com/
.packageName
: The name of the repository to lookup. in the formatowner/repo
. e.g.renovatebot/renovate
.