From 87152d36e1f011fad38eb6fd73ed7f664f3ca0bd Mon Sep 17 00:00:00 2001 From: Justin Perez <justinmp215@gmail.com> Date: Mon, 28 Oct 2024 00:22:08 -0500 Subject: [PATCH] feat(preset): add kiota monorepo (#32164) --- lib/data/monorepo.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 0549bda18c..69cf0bdb3c 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -339,6 +339,7 @@ "jsplumb": "https://github.com/jsplumb/jsplumb", "junit5": "https://github.com/junit-team/junit5", "kernelmemory": "https://github.com/microsoft/kernel-memory", + "kiota": "https://github.com/microsoft/kiota", "kotlin": "https://github.com/JetBrains/kotlin", "kotlinx-coroutines": "https://github.com/Kotlin/kotlinx.coroutines", "kroki": "https://github.com/yuzutech/kroki", -- GitLab