From 675bf40e91546baa559c9ace6693dd83947904ff Mon Sep 17 00:00:00 2001 From: Laura Martin Date: Tue, 22 Aug 2023 15:21:28 +0100 Subject: [PATCH 1/2] Add dependabot configuration To prepare for release, we should ensure we keep our dependencies up to date. We can use dependabot for this, and this configuration mimicks the configuration we use in ably-js. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..8bdda603 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" # weekdays (Monday to Friday) + labels: [ ] # prevent the default `dependencies` label from being added to pull requests From 9ddb71ee1d9336e986fa10486de837dfbcc4bed8 Mon Sep 17 00:00:00 2001 From: Laura Martin Date: Tue, 22 Aug 2023 15:31:57 +0100 Subject: [PATCH 2/2] Add header This is used across our SDKs. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 320f6ac9..94f2e622 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@

-The [Ably](https://ably.com) Collaborative Spaces SDK enables you to implement realtime collaborative features in your applications. +_[Ably](https://ably.com) is the platform that powers synchronized digital experiences in realtime. Whether attending an event in a virtual venue, receiving realtime financial information, or monitoring live car performance data – consumers simply expect realtime digital experiences as standard. Ably provides a suite of APIs to build, extend, and deliver powerful digital experiences in realtime for more than 250 million devices across 80 countries each month. Organizations like Bloomberg, HubSpot, Verizon, and Hopin depend on Ably’s platform to offload the growing complexity of business-critical realtime data synchronization at global scale. For more information, see the [Ably documentation](https://ably.com/docs)._ + +--- + +The [Ably](https://ably.com) Collaborative Spaces SDK enables you to implement realtime collaborative features in your applications. ![Example collaboration GIF](/docs/images/collab.gif)