mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jacob Bolda <me@jacobbolda.com>
23 lines
601 B
JSON
23 lines
601 B
JSON
{
|
|
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
|
"cloneSubmodules": true,
|
|
"semanticCommitType": "chore",
|
|
"labels": ["dependencies"],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"git-submodules": {
|
|
"enabled": true,
|
|
"schedule": ["every weekend"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["/.*astro.*/i", "/.*starlight.*/i"],
|
|
"groupName": "astro & starlight packages",
|
|
"separateMajorMinor": false
|
|
},
|
|
{
|
|
"matchPackageNames": ["typedoc", "typedoc-plugin-markdown", "typedoc-plugin-mdn-links"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|