Skip to content
Snippets Groups Projects
Unverified Commit dae7eadf authored by Joe Athman's avatar Joe Athman Committed by GitHub
Browse files

feat: add the Resilience4j libraries as a package grouping (#7426)

parent 1cfc7cc3
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ const staticGroups = {
'group:illuminate',
'group:jekyllEcosystem',
'group:polymer',
'group:resilience4j',
'group:rubyOmniauth',
'group:socketio',
'group:springAmqp',
......@@ -197,6 +198,15 @@ const staticGroups = {
},
],
},
resilience4j: {
description: 'Group Java Resilience4j packages',
packageRules: [
{
packagePatterns: ['^io.github.resilience4j:'],
groupName: 'resilience4j',
},
],
},
springAmqp: {
description: 'Group Java Spring AMQP packages',
packageRules: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment