mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00
23 lines
629 B
Text
23 lines
629 B
Text
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`modules/datasource/galaxy/index > getReleases > processes real data 1`] = `
|
|
{
|
|
"dependencyUrl": "https://galaxy.ansible.com/yatesr/timezone",
|
|
"registryUrl": "https://galaxy.ansible.com/",
|
|
"releases": [
|
|
{
|
|
"releaseTimestamp": "2015-11-17T00:47:51.891Z",
|
|
"version": "1.0.0",
|
|
},
|
|
{
|
|
"releaseTimestamp": "2017-09-25T00:31:23.862Z",
|
|
"version": "1.1.0",
|
|
},
|
|
{
|
|
"releaseTimestamp": "2019-10-28T01:51:11.502Z",
|
|
"version": "1.2.0",
|
|
},
|
|
],
|
|
"sourceUrl": "https://github.com/yatesr/ansible-timezone",
|
|
}
|
|
`;
|