We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e50d28 commit 8370c4aCopy full SHA for 8370c4a
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
CHANGES
@@ -11,6 +11,7 @@
11
* asyncio: Fix memory leak caused by hiredis (#2693)
12
* Allow data to drain from async PythonParser when reading during a disconnect()
13
* Use asyncio.timeout() instead of async_timeout.timeout() for python >= 3.11 (#2602)
14
+ * Add a Dependabot configuration to auto-update GitHub action versions.
15
* Add test and fix async HiredisParser when reading during a disconnect() (#2349)
16
* Use hiredis-py pack_command if available.
17
* Support `.unlink()` in ClusterPipeline
0 commit comments