mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
chore: Set minimumReleaseAge to 3 days in renovate and pnpm (#3518)
This commit is contained in:
@@ -45,8 +45,9 @@
|
||||
"starlight-sidebar-topics": "^0.6.0",
|
||||
"starlight-links-validator": "^0.17.0"
|
||||
},
|
||||
"minimumReleaseAge": 4320,
|
||||
"packageManager": "pnpm@10.16.1",
|
||||
"engines": {
|
||||
"pnpm": "^10.0.0"
|
||||
"pnpm": "^10.16.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
"schedule": ["every weekend"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["*"],
|
||||
"semanticCommitType": "chore",
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["/.*astro.*/i", "/.*starlight.*/i"],
|
||||
"groupName": "astro & starlight packages",
|
||||
|
||||
Reference in New Issue
Block a user