Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
},
},
{
groupName: null,
matchManagers: [
'custom.regex',
],
matchUpdateTypes: [
'major',
'digest',
],
dependencyDashboardApproval: true,
},
Comment on lines 68 to 77
Copy link

Copilot AI Nov 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This package rule conflicts with the 'Tools' group rule (lines 44-55) which also matches 'custom.regex' manager. The 'Tools' rule will group all custom.regex updates together, but this rule attempts to exclude major/digest updates from grouping. Consider adding excludeUpdateTypes: ['major', 'digest'] to the 'Tools' rule to make the intent clearer and avoid relying on rule ordering.

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree it would be clearer to do it that way, but then I have to repeat the post-upgrade task.

{
matchPackageNames: [
Expand Down
Loading