mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 16:46:25 +00:00
24 lines
653 B
Text
24 lines
653 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`lib/manager/gitlabci-include/extract extractPackageFile() extracts multiple include blocks 1`] = `
|
|
Array [
|
|
Object {
|
|
"currentValue": "1.0.0",
|
|
"datasource": "gitlab-tags",
|
|
"depName": "mikebryant/include-source-example",
|
|
"depType": "repository",
|
|
},
|
|
Object {
|
|
"currentValue": "master",
|
|
"datasource": "gitlab-tags",
|
|
"depName": "mikebryant/include-source-example2",
|
|
"depType": "repository",
|
|
},
|
|
Object {
|
|
"datasource": "gitlab-tags",
|
|
"depName": "mikebryant/include-source-example3",
|
|
"depType": "repository",
|
|
"skipReason": "unknown-version",
|
|
},
|
|
]
|
|
`;
|