mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore: set minimumReleaseAge to 3 days in renovate and pnpm (#14206)
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"devDependencies": {
|
||||
"prettier": "^3.5.3"
|
||||
},
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"minimumReleaseAge": 4320,
|
||||
"packageManager": "pnpm@10.16.0",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"brace-expansion@<4.0.1": ">=4.0.1",
|
||||
|
||||
@@ -6,8 +6,9 @@
|
||||
"rangeStrategy": "replace",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["*"],
|
||||
"semanticCommitType": "chore",
|
||||
"matchPackageNames": ["*"]
|
||||
"minimumReleaseAge": "3 days"
|
||||
},
|
||||
{
|
||||
"description": "Disable node/pnpm version updates",
|
||||
|
||||
Reference in New Issue
Block a user