We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a52473 commit cd0f8a2Copy full SHA for cd0f8a2
package.json
@@ -45,8 +45,9 @@
45
"starlight-sidebar-topics": "^0.6.0",
46
"starlight-links-validator": "^0.17.0"
47
},
48
+ "minimumReleaseAge": 4320,
49
"packageManager": "pnpm@10.16.1",
50
"engines": {
- "pnpm": "^10.0.0"
51
+ "pnpm": "^10.16.0"
52
}
53
renovate.json
@@ -9,6 +9,11 @@
9
"schedule": ["every weekend"]
10
11
"packageRules": [
12
+ {
13
+ "matchPackageNames": ["*"],
14
+ "semanticCommitType": "chore",
15
+ "minimumReleaseAge": "3 days"
16
+ },
17
{
18
"matchPackageNames": ["/.*astro.*/i", "/.*starlight.*/i"],
19
"groupName": "astro & starlight packages",
0 commit comments