Skip to content

Commit

Permalink
feat(preset): group Ruby on Rails packages (#17193)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Aug 18, 2022
1 parent 86ac3f2 commit b45ed09
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions lib/config/presets/internal/group.ts
Expand Up @@ -67,6 +67,7 @@ const staticGroups = {
'group:phpstan',
'group:polymer',
'group:resilience4j',
'group:rubyOnRails',
'group:rubyOmniauth',
'group:socketio',
'group:springAmqp',
Expand Down Expand Up @@ -484,6 +485,30 @@ const staticGroups = {
},
],
},
rubyOnRails: {
description: 'Group Ruby on Rails packages together.',
packageRules: [
{
matchDatasources: ['rubygems'],
matchPackageNames: [
'actioncable',
'actionmailbox',
'actionmailer',
'actionpack',
'actiontext',
'actionview',
'activejob',
'activemodel',
'activerecord',
'activestorage',
'activesupport',
'railties',
'rails',
],
groupName: 'Ruby on Rails packages',
},
],
},
rubyOmniauth: {
description: 'Group OmniAuth packages together.',
packageRules: [
Expand Down

0 comments on commit b45ed09

Please sign in to comment.