Skip to content

Commit a575c78

Browse files
fix(renovate): explicitly enable minor and patch updates
The shared preset now disables minor updates by default. Add enabled: true to the minor/patch rule so this repo continues to receive minor PRs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f5be3a7 commit a575c78

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"patch"
1717
],
1818
"automerge": true,
19-
"groupName": "minor and patch updates"
19+
"groupName": "minor and patch updates",
20+
"enabled": true
2021
},
2122
{
2223
"matchUpdateTypes": [

0 commit comments

Comments
 (0)