chore: Set minimumReleaseAge to 3 days in renovate and pnpm (#3518)

This commit is contained in:
Fabian-Lars
2025-09-22 11:28:04 +02:00
committed by GitHub
parent 2a5247398d
commit cd0f8a24fc
2 changed files with 7 additions and 1 deletions

View File

@@ -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"
}
}

View File

@@ -9,6 +9,11 @@
"schedule": ["every weekend"]
},
"packageRules": [
{
"matchPackageNames": ["*"],
"semanticCommitType": "chore",
"minimumReleaseAge": "3 days"
},
{
"matchPackageNames": ["/.*astro.*/i", "/.*starlight.*/i"],
"groupName": "astro & starlight packages",