mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-12 23:51:55 +00:00
27 lines
648 B
Text
27 lines
648 B
Text
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
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",
|
|
}
|
|
`;
|