diff options
author | Sullivan SENECHAL <[email protected]> | 2023-03-31 23:44:49 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-31 21:44:49 +0000 |
commit | b2727f6eb58c3642cd7f0eb12bff030c6d455ae8 (patch) | |
tree | 25f7331dfeb8b56dd2e509de88f4cd87bd6cf85a | |
parent | 24bb4727984f9b22426901a07d5551290a9bcd59 (diff) | |
download | renovate-35.30.0.tar.gz renovate-35.30.0.zip |
feat(presets): add storybook-react-native monorepo (#21273)35.30.0
-rw-r--r-- | lib/config/presets/internal/monorepo.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index 143207493ec..a7424e7ef53 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -214,6 +214,7 @@ const repoGroups = { springfox: 'https://github.com/springfox/springfox', steeltoe: 'https://github.com/SteeltoeOSS/steeltoe', storybook: 'https://github.com/storybookjs/storybook', + 'storybook-react-native': 'https://github.com/storybookjs/react-native', strapi: 'https://github.com/strapi/strapi', 'stryker-js': 'https://github.com/stryker-mutator/stryker-js', surveyjs: 'https://github.com/surveyjs/surveyjs', |