mirror of https://github.com/renovatebot/renovate
36 lines
903 B
Plaintext
36 lines
903 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`modules/manager/gitlabci-include/extract extractPackageFile() extracts multiple include blocks 1`] = `
|
|
[
|
|
{
|
|
"currentValue": "1.0.0",
|
|
"datasource": "gitlab-tags",
|
|
"depName": "mikebryant/include-source-example",
|
|
"depType": "repository",
|
|
},
|
|
{
|
|
"currentValue": "master",
|
|
"datasource": "gitlab-tags",
|
|
"depName": "mikebryant/include-source-example2",
|
|
"depType": "repository",
|
|
},
|
|
{
|
|
"datasource": "gitlab-tags",
|
|
"depName": "mikebryant/include-source-example3",
|
|
"depType": "repository",
|
|
"skipReason": "unspecified-version",
|
|
},
|
|
]
|
|
`;
|
|
|
|
exports[`modules/manager/gitlabci-include/extract extractPackageFile() extracts single include block 1`] = `
|
|
[
|
|
{
|
|
"currentValue": "1.0.0",
|
|
"datasource": "gitlab-tags",
|
|
"depName": "mikebryant/include-source-example",
|
|
"depType": "repository",
|
|
},
|
|
]
|
|
`;
|