mirror of
https://github.com/ProtonMail/WebClients.git
synced 2026-01-11 20:06:40 +00:00
69 lines
2.1 KiB
JSON
69 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended", "group:allNonMajor", ":semanticCommitsDisabled"],
|
|
"postUpdateOptions": ["yarnDedupeHighest"],
|
|
"rangeStrategy": "bump",
|
|
"rebaseWhen": "conflicted",
|
|
"prConcurrentLimit": 2,
|
|
"minimumReleaseAge": "3 days",
|
|
"ignoreDeps": [
|
|
"@protontech/drive-sdk",
|
|
"@proton-meet/proton-meet-core",
|
|
"roosterjs",
|
|
"emoji-mart",
|
|
"@emoji-mart/data",
|
|
"pmcrypto",
|
|
"@openpgp/web-stream-tools",
|
|
"@protontech/pass-rust-core",
|
|
"@mlc-ai/web-llm",
|
|
"sass",
|
|
"node"
|
|
],
|
|
"ignorePaths": [
|
|
"**/node_modules/**",
|
|
"vendor/**",
|
|
"applications/pass-extension/safari/**",
|
|
"applications/pass-desktop/native/**"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Playwright",
|
|
"matchPackageNames": ["/playwright/"]
|
|
},
|
|
{
|
|
"groupName": "Typescript",
|
|
"matchPackageNames": ["typescript"]
|
|
},
|
|
{
|
|
"groupName": "lexical",
|
|
"matchPackageNames": ["@lexical/*", "lexical", "yjs", "y-protocols"]
|
|
},
|
|
{
|
|
"groupName": "Unleash",
|
|
"matchPackageNames": ["@unleash/proxy-client-react", "unleash-proxy-client"]
|
|
},
|
|
{
|
|
"groupName": "pdfme",
|
|
"matchPackageNames": ["@pdfme/*"]
|
|
},
|
|
{
|
|
"groupName": "redux",
|
|
"matchPackageNames": ["/redux/"]
|
|
},
|
|
{
|
|
"groupName": "pass-desktop and inbox-desktop exclusions",
|
|
"enabled": false,
|
|
"matchPackageNames": ["@electron-forge/*", "@electron/fuses", "@vercel/webpack-asset-relocator-loader"]
|
|
},
|
|
{
|
|
"groupName": "quark packages",
|
|
"enabled": false,
|
|
"matchPackageNames": ["@tpe/quark-client", "@tpe/quark-types", "@tpe/user-builder"]
|
|
},
|
|
{
|
|
"groupName": "ignore inbox-desktop snapcraft image",
|
|
"matchPackageNames": ["harbor.protontech.ch/ghcr.io/canonical/snapcraft"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|