swc/renovate.json
2024-07-22 13:55:23 +09:00

36 lines
1.0 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"automergeStrategy": "squash",
"automergeType": "pr",
"packageRules": [
{
"groupName": "npm",
"matchDatasources": ["npm"],
"matchCurrentVersion": ">=1.0.0"
},
{
"groupName": "cargo",
"matchDatasources": ["crate"],
"matchCurrentVersion": ">=1.0.0"
},
{
"groupName": "actions",
"matchManagers": ["github-actions"],
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true,
"matchCurrentVersion": ">=1.0.0"
}
],
"ignorePaths": ["packages/core/e2e/fixtures"]
}