From afb3b9b519903591008392c79ceec584e0da4452 Mon Sep 17 00:00:00 2001 From: Markus Zellner <25813640+odin568@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:11:21 +0100 Subject: [PATCH] Adding "elastic/ecs-dotnet" to monorepo list Since latest releases, things got modularized inside library, which leads to dependencies inside the monorepo. So far, Renovate creates dedicated PRs. Goal is to centrally combine them as code does not build if using different versions. --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index a246f36cde6eb6..b92b69048722ea 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -268,6 +268,7 @@ "dropwizard": "https://github.com/dropwizard/dropwizard", "duende-identityserver": "https://github.com/DuendeSoftware/IdentityServer", "elastic-apm-agent-rum-js": "https://github.com/elastic/apm-agent-rum-js", + "elastic-ecs-dotnet": "https://github.com/elastic/ecs-dotnet", "electron-forge": [ "https://github.com/electron-userland/electron-forge", "https://github.com/electron/forge"