diff options
author | Mathias Klippinge <[email protected]> | 2024-12-18 15:13:03 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-18 14:13:03 +0000 |
commit | 2342d9f7967aff33a4ac1116e1ca805927f95d60 (patch) | |
tree | 41dbd0a44f305e2979adfc3ea092ffb896e96535 | |
parent | e27fe66980c5aa4b54ad2a4d30e425df3d318ada (diff) | |
download | renovate-2342d9f7967aff33a4ac1116e1ca805927f95d60.tar.gz renovate-2342d9f7967aff33a4ac1116e1ca805927f95d60.zip |
feat(preset): adding opentelemetry and graphql monorepos (#33188)
-rw-r--r-- | lib/data/monorepo.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/data/monorepo.json b/lib/data/monorepo.json index 352ce8df6d8..cd24a7f83b2 100644 --- a/lib/data/monorepo.json +++ b/lib/data/monorepo.json @@ -281,6 +281,7 @@ "embla-carousel": "https://github.com/davidjerleke/embla-carousel", "emojibase": "https://github.com/milesj/emojibase", "emotion": "https://github.com/emotion-js/emotion", + "envelop": "https://github.com/n1ru4l/envelop", "eslint": "https://github.com/eslint/eslint", "eslint-config-globex": "https://github.com/GlobexDesignsInc/eslint-config-globex", "eslint-stylistic": "https://github.com/eslint-stylistic/eslint-stylistic", @@ -307,9 +308,12 @@ "go-cloud": "https://github.com/google/go-cloud", "google-api-dotnet-client": "https://github.com/googleapis/google-api-dotnet-client", "grafana": "https://github.com/grafana/grafana", + "graphiql": "https://github.com/graphql/graphiql", + "graphql-hive-gateway": "https://github.com/graphql-hive/gateway", "graphql-mesh": "https://github.com/Urigo/graphql-mesh", "graphql-modules": "https://github.com/Urigo/graphql-modules", "graphql-tools": "https://github.com/ardatan/graphql-tools", + "graphql-yoga": "https://github.com/dotansimha/graphql-yoga", "graphqlcodegenerator": [ "https://github.com/dotansimha/graphql-code-generator-community", "https://github.com/dotansimha/graphql-code-generator", @@ -430,9 +434,13 @@ "opentelemetry-erlang": "https://github.com/open-telemetry/opentelemetry-erlang", "opentelemetry-erlang-contrib": "https://github.com/open-telemetry/opentelemetry-erlang-contrib", "opentelemetry-go": "https://github.com/open-telemetry/opentelemetry-go", + "opentelemetry-go-contrib": "https://github.com/open-telemetry/opentelemetry-go-contrib", "opentelemetry-java": "https://github.com/open-telemetry/opentelemetry-java", + "opentelemetry-java-contrib": "https://github.com/open-telemetry/opentelemetry-java-contrib", "opentelemetry-js": "https://github.com/open-telemetry/opentelemetry-js", + "opentelemetry-js-contrib": "https://github.com/open-telemetry/opentelemetry-js-contrib", "opentelemetry-rust": "https://github.com/open-telemetry/opentelemetry-rust", + "opentelemetry-rust-contrib": "https://github.com/open-telemetry/opentelemetry-rust-contrib", "orleans": "https://github.com/dotnet/orleans", "panda-css": "https://github.com/chakra-ui/panda", "parcel": "https://github.com/parcel-bundler/parcel", |