From 25ad55f7800b97275927674433fd2a421382d9ac Mon Sep 17 00:00:00 2001 From: Madhavan Date: Fri, 13 Dec 2024 09:28:11 -0500 Subject: [PATCH] Update README.md to have proper brand names & add dependabot (#107) * Update README.md to have proper DataStax brand name * Create dependabot.yml to keep up with GHA updates --- .github/dependabot.yml | 8 ++++++++ README.md | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..60bcd78 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" diff --git a/README.md b/README.md index d6b85a8..f03f79c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 🦜️🔗 LangChain DataStax -This repository contains 1 package with Datastax integrations with LangChain: +This repository contains 1 package with DataStax integrations with LangChain: -- [langchain-astradb](https://pypi.org/project/langchain-astradb/) integrates [AstraDB](https://www.datastax.com/products/datastax-astra). +- [langchain-astradb](https://pypi.org/project/langchain-astradb/) integrates [Astra DB](https://www.datastax.com/products/datastax-astra).