Skip to content

Commit cd0f8a2

Browse files
authored
chore: Set minimumReleaseAge to 3 days in renovate and pnpm (#3518)
1 parent 2a52473 commit cd0f8a2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545
"starlight-sidebar-topics": "^0.6.0",
4646
"starlight-links-validator": "^0.17.0"
4747
},
48+
"minimumReleaseAge": 4320,
4849
"packageManager": "pnpm@10.16.1",
4950
"engines": {
50-
"pnpm": "^10.0.0"
51+
"pnpm": "^10.16.0"
5152
}
5253
}

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"schedule": ["every weekend"]
1010
},
1111
"packageRules": [
12+
{
13+
"matchPackageNames": ["*"],
14+
"semanticCommitType": "chore",
15+
"minimumReleaseAge": "3 days"
16+
},
1217
{
1318
"matchPackageNames": ["/.*astro.*/i", "/.*starlight.*/i"],
1419
"groupName": "astro & starlight packages",

0 commit comments

Comments
 (0)