renovate/test/config/__snapshots__/index.spec.js.snap

18 lines
428 B
Text
Raw Normal View History

// 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,
"rebaseStalePrs": true,
"recreateClosed": true,
"schedule": Array [
"on monday",
],
}
`;