2019-11-28 07:51:38 +00:00
|
|
|
{
|
2025-01-01 22:28:38 +00:00
|
|
|
"extends": ["config:recommended"],
|
2025-06-25 15:36:07 +00:00
|
|
|
"baseBranches": ["dev"],
|
2022-07-03 23:50:37 +00:00
|
|
|
"labels": ["type: chore"],
|
2022-02-17 21:20:56 +00:00
|
|
|
"enabledManagers": ["cargo", "npm"],
|
2025-01-01 22:35:57 +00:00
|
|
|
"rangeStrategy": "replace",
|
2019-12-12 21:19:52 +00:00
|
|
|
"packageRules": [
|
2020-01-09 11:55:55 +00:00
|
|
|
{
|
2025-09-25 09:40:25 +00:00
|
|
|
"matchPackageNames": ["*"],
|
2025-01-01 22:35:57 +00:00
|
|
|
"semanticCommitType": "chore",
|
2025-09-25 09:40:25 +00:00
|
|
|
"minimumReleaseAge": "3 days"
|
2020-01-08 12:35:09 +00:00
|
|
|
},
|
|
|
|
|
{
|
2025-01-01 22:28:38 +00:00
|
|
|
"description": "Disable node/pnpm version updates",
|
|
|
|
|
"matchPackageNames": ["node", "pnpm"],
|
|
|
|
|
"matchDepTypes": ["engines", "packageManager"],
|
|
|
|
|
"enabled": false
|
2025-01-25 11:10:59 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Disable oxc_* crates because of MSRV and PR spam",
|
2025-09-25 12:57:50 +00:00
|
|
|
"groupName": "oxc crates",
|
2025-01-25 11:10:59 +00:00
|
|
|
"matchPackageNames": ["oxc_*"],
|
|
|
|
|
"enabled": false
|
2025-09-25 12:57:50 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Group windows-rs / webview2-com crates",
|
|
|
|
|
"groupName": "windows-rs and webview2 crates",
|
|
|
|
|
"matchSourceUrls": [
|
|
|
|
|
"https://github.com/microsoft/windows-rs",
|
|
|
|
|
"https://github.com/wravery/webview2-rs"
|
|
|
|
|
]
|
2025-12-09 11:11:53 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"description": "Group worker-rs crates",
|
|
|
|
|
"groupName": "worker-rs crates",
|
|
|
|
|
"matchSourceUrls": ["https://github.com/cloudflare/workers-rs"]
|
2019-12-25 15:21:04 +00:00
|
|
|
}
|
2025-01-01 22:28:38 +00:00
|
|
|
],
|
|
|
|
|
"postUpdateOptions": ["pnpmDedupe"]
|
2022-02-17 21:20:56 +00:00
|
|
|
}
|