swc/renovate.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2024-07-22 07:09:51 +03:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"automergeStrategy": "squash",
"automergeType": "pr",
"packageRules": [
{
"matchCurrentVersion": "< 1.0.0",
"separateMinorPatch": true,
"patch": {
"groupName": "all non-breaking updates",
"groupSlug": "non-breaking"
},
"automerge": true
},
{
"matchCurrentVersion": ">= 1.0.0",
"minor": {
"groupName": "all non-breaking updates",
"groupSlug": "non-breaking"
},
"automerge": true
},
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
}
],
"ignorePaths": ["packages/core/e2e/fixtures", "bindings"]
2024-07-22 07:09:51 +03:00
}