Skip to content

Commit 8797fd8

Browse files
raisedadeadclaude
andauthored
fix(renovate): adjust configs (#1035)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent f787e8d commit 8797fd8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
{
55
"matchDatasources": ["node-version"],
66
"minimumReleaseAge": "7 days"
7+
},
8+
{
9+
"matchUpdateTypes": ["minor", "patch"],
10+
"matchPackageNames": [
11+
"@astrojs/check",
12+
"@astrojs/starlight",
13+
"starlight-links-validator",
14+
"starlight-scroll-to-top",
15+
"sharp"
16+
],
17+
"automerge": true,
18+
"automergeType": "pr",
19+
"automergeStrategy": "squash"
720
}
821
]
922
}

0 commit comments

Comments
 (0)