Skip to content

Commit

Permalink
feat: add remark opt-in grouping definition (#25969)
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Nov 30, 2023
1 parent 638deae commit f613a83
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/config/presets/internal/group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ const staticGroups = {
'group:phpstan',
'group:polymer',
'group:react',
'group:remark',
'group:resilience4j',
'group:rubyOnRails',
'group:rubyOmniauth',
Expand Down Expand Up @@ -444,6 +445,16 @@ const staticGroups = {
],
ignoreDeps: [], // Hack to improve onboarding PR description
},
remark: {
description: 'Group remark packages together.',
packageRules: [
{
groupName: 'remark',
matchDatasources: ['npm'],
matchSourceUrlPrefixes: ['https://github.com/remarkjs/'],
},
],
},
resilience4j: {
description: 'Group Java Resilience4j packages.',
packageRules: [
Expand Down

0 comments on commit f613a83

Please sign in to comment.