mirror of https://github.com/renovatebot/renovate
24 lines
606 B
Plaintext
24 lines
606 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
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",
|
|
}
|
|
`;
|