2017-07-01 04:44:41 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`config/index mergeChildConfig(parentConfig, childConfig) merges 1`] = `
|
2022-08-16 12:22:29 +00:00
|
|
|
{
|
2018-04-17 06:39:26 +00:00
|
|
|
"branchTopic": "lock-file-maintenance",
|
2018-04-17 10:22:11 +00:00
|
|
|
"commitMessageAction": "Lock file maintenance",
|
|
|
|
"commitMessageExtra": null,
|
|
|
|
"commitMessageTopic": null,
|
2017-11-01 08:45:30 +00:00
|
|
|
"enabled": false,
|
2017-10-05 09:07:15 +00:00
|
|
|
"groupName": null,
|
2022-08-16 12:22:29 +00:00
|
|
|
"prBodyDefinitions": {
|
2019-06-11 10:11:57 +00:00
|
|
|
"Change": "All locks refreshed",
|
|
|
|
},
|
2018-03-20 05:48:27 +00:00
|
|
|
"rebaseStalePrs": true,
|
2023-06-12 15:48:40 +00:00
|
|
|
"recreateWhen": "always",
|
2022-08-16 12:22:29 +00:00
|
|
|
"schedule": [
|
2017-08-02 14:14:09 +00:00
|
|
|
"on monday",
|
|
|
|
],
|
2017-07-01 04:44:41 +00:00
|
|
|
}
|
|
|
|
`;
|
2020-10-27 08:01:48 +00:00
|
|
|
|
|
|
|
exports[`config/index mergeChildConfig(parentConfig, childConfig) merges constraints 1`] = `
|
2022-08-16 12:22:29 +00:00
|
|
|
{
|
2020-10-27 08:01:48 +00:00
|
|
|
"node": "<15",
|
|
|
|
"npm": "^6.0.0",
|
|
|
|
}
|
|
|
|
`;
|