mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 15:06:27 +00:00
3bffe6fae7
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
27 lines
646 B
Text
27 lines
646 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`config/index mergeChildConfig(parentConfig, childConfig) merges 1`] = `
|
|
Object {
|
|
"branchTopic": "lock-file-maintenance",
|
|
"commitMessageAction": "Lock file maintenance",
|
|
"commitMessageExtra": null,
|
|
"commitMessageTopic": null,
|
|
"enabled": false,
|
|
"groupName": null,
|
|
"prBodyDefinitions": Object {
|
|
"Change": "All locks refreshed",
|
|
},
|
|
"rebaseStalePrs": true,
|
|
"recreateClosed": true,
|
|
"schedule": Array [
|
|
"on monday",
|
|
],
|
|
}
|
|
`;
|
|
|
|
exports[`config/index mergeChildConfig(parentConfig, childConfig) merges constraints 1`] = `
|
|
Object {
|
|
"node": "<15",
|
|
"npm": "^6.0.0",
|
|
}
|
|
`;
|