0
0
Fork 0
mirror of https://github.com/renovatebot/renovate.git synced 2025-01-11 13:48:55 +00:00
renovatebot_renovate/lib/config/__snapshots__/index.spec.ts.snap
RahulGautamSingh 2c264af8d2
feat: migraterecreateClosed to recreateWhen (#21039)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-12 15:48:40 +00:00

27 lines
621 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`config/index mergeChildConfig(parentConfig, childConfig) merges 1`] = `
{
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"commitMessageExtra": null,
"commitMessageTopic": null,
"enabled": false,
"groupName": null,
"prBodyDefinitions": {
"Change": "All locks refreshed",
},
"rebaseStalePrs": true,
"recreateWhen": "always",
"schedule": [
"on monday",
],
}
`;
exports[`config/index mergeChildConfig(parentConfig, childConfig) merges constraints 1`] = `
{
"node": "<15",
"npm": "^6.0.0",
}
`;