2024-07-22 07:09:51 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": ["config:recommended"],
|
|
|
|
"automergeStrategy": "squash",
|
|
|
|
"automergeType": "pr",
|
|
|
|
"packageRules": [
|
2024-07-22 08:41:27 +03:00
|
|
|
{
|
|
|
|
"matchCurrentVersion": "< 1.0.0",
|
|
|
|
"separateMinorPatch": true,
|
|
|
|
"patch": {
|
|
|
|
"groupName": "all non-breaking updates",
|
|
|
|
"groupSlug": "non-breaking"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchCurrentVersion": ">= 1.0.0",
|
|
|
|
"minor": {
|
|
|
|
"groupName": "all non-breaking updates",
|
|
|
|
"groupSlug": "non-breaking"
|
|
|
|
}
|
|
|
|
},
|
2024-07-22 07:09:51 +03:00
|
|
|
{
|
|
|
|
"groupName": "npm",
|
2024-07-22 08:03:09 +03:00
|
|
|
"matchDatasources": ["npm"]
|
2024-07-22 07:09:51 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "cargo",
|
2024-07-22 08:03:09 +03:00
|
|
|
"matchDatasources": ["crate"]
|
2024-07-22 07:09:51 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "actions",
|
|
|
|
"matchManagers": ["github-actions"],
|
2024-07-22 08:03:09 +03:00
|
|
|
"automerge": true
|
2024-07-22 07:09:51 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchDepTypes": ["devDependencies"],
|
2024-07-22 08:03:09 +03:00
|
|
|
"automerge": true
|
2024-07-22 07:09:51 +03:00
|
|
|
}
|
2024-07-22 07:29:31 +03:00
|
|
|
],
|
|
|
|
"ignorePaths": ["packages/core/e2e/fixtures"]
|
2024-07-22 07:09:51 +03:00
|
|
|
}
|