Skip to content

Commit

Permalink
feat(presets): add jna & log4j2 (#26172)
Browse files Browse the repository at this point in the history
  • Loading branch information
MindTooth committed Dec 6, 2023
1 parent 1c82346 commit f8db9ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/config/presets/internal/monorepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,14 @@ const repoGroups = {
'https://github.com/facebook/jest', // old repo
'https://github.com/jestjs/jest',
],
jna: 'https://github.com/java-native-access/jna',
jsplumb: 'https://github.com/jsplumb/jsplumb',
junit5: 'https://github.com/junit-team/junit5',
kotlin: 'https://github.com/JetBrains/kotlin',
lerna: 'https://github.com/lerna/lerna',
lexical: 'https://github.com/facebook/lexical',
linguijs: 'https://github.com/lingui/js-lingui',
'logging-log4j2': 'https://github.com/apache/logging-log4j2',
loopback: [
'https://github.com/strongloop/loopback-next', // old repo (see: https://github.com/loopbackio/loopback-next/issues/7595)
'https://github.com/loopbackio/loopback-next',
Expand Down

0 comments on commit f8db9ba

Please sign in to comment.