mirror of
https://github.com/swc-project/swc.git
synced 2024-11-21 21:41:48 +03:00
32 lines
806 B
JSON
32 lines
806 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"automergeStrategy": "squash",
|
|
"automergeType": "pr",
|
|
"packageRules": [
|
|
{
|
|
"groupName": "patch",
|
|
"matchUpdateTypes": ["patch"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"groupName": "npm",
|
|
"matchDatasources": ["npm"]
|
|
},
|
|
{
|
|
"groupName": "cargo",
|
|
"matchDatasources": ["crate"]
|
|
},
|
|
{
|
|
"groupName": "actions",
|
|
"matchManagers": ["github-actions"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchDepTypes": ["devDependencies"],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"ignorePaths": ["packages/core/e2e/fixtures"]
|
|
}
|