From 9aefc20205282559a737c97154392b427d7133cd Mon Sep 17 00:00:00 2001 From: tsuyoshi wada <wadackel@gmail.com> Date: Mon, 31 Jul 2023 17:23:21 +0900 Subject: [PATCH] feat(preset): add scaffdog monorepo (#23616) --- lib/config/presets/internal/monorepo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/presets/internal/monorepo.ts b/lib/config/presets/internal/monorepo.ts index ae6fac2f52..925ed23151 100644 --- a/lib/config/presets/internal/monorepo.ts +++ b/lib/config/presets/internal/monorepo.ts @@ -222,6 +222,7 @@ const repoGroups = { 'rust-futures': 'https://github.com/rust-lang/futures-rs', 'rust-wasm-bindgen': 'https://github.com/rustwasm/wasm-bindgen', sanity: 'https://github.com/sanity-io/sanity', + scaffdog: 'https://github.com/scaffdog/scaffdog', 'sendgrid-nodejs': 'https://github.com/sendgrid/sendgrid-nodejs', 'sentry-dotnet': 'https://github.com/getsentry/sentry-dotnet', 'sentry-javascript': 'https://github.com/getsentry/sentry-javascript', -- GitLab