mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
18 lines
429 B
JSON
18 lines
429 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**", "**starlight**"],
|
|
"groupName": "astro & starlight packages"
|
|
}
|
|
]
|
|
}
|