mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
chore: Set minimumReleaseAge to 3 days in renovate and pnpm
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"actions",
|
||||
"tauri"
|
||||
],
|
||||
"minimumReleaseAge": 4320,
|
||||
"dependencies": {
|
||||
"@actions/core": "1.11.1",
|
||||
"@actions/github": "6.0.1",
|
||||
@@ -44,7 +45,7 @@
|
||||
"typescript-eslint": "8.41.0"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": "^10.0.0",
|
||||
"pnpm": "^10.16.0",
|
||||
"node": ">=20"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"postUpdateOptions": ["pnpmDedupe"]
|
||||
"postUpdateOptions": ["pnpmDedupe"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["*"],
|
||||
"semanticCommitType": "chore",
|
||||
"minimumReleaseAge": "3 days"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user