mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
20 lines
502 B
Text
20 lines
502 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",
|
|
],
|
|
}
|
|
`;
|