mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-15 00:56:26 +00:00
dca3418bbd
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
8 lines
220 B
JSON
8 lines
220 B
JSON
{
|
|
"modules.v1": "/api/registry/v1/modules/",
|
|
"state.v2": "/api/v2/",
|
|
"tfe.v2": "/api/v2/",
|
|
"tfe.v2.1": "/api/v2/",
|
|
"tfe.v2.2": "/api/v2/",
|
|
"versions.v1": "https://checkpoint-api.hashicorp.com/v1/versions/"
|
|
}
|