Skip to content

Commit 8370c4a

Browse files
authored
Add a Dependabot config to auto-update GitHub action versions (#2847)
1 parent 3e50d28 commit 8370c4a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* asyncio: Fix memory leak caused by hiredis (#2693)
1212
* Allow data to drain from async PythonParser when reading during a disconnect()
1313
* Use asyncio.timeout() instead of async_timeout.timeout() for python >= 3.11 (#2602)
14+
* Add a Dependabot configuration to auto-update GitHub action versions.
1415
* Add test and fix async HiredisParser when reading during a disconnect() (#2349)
1516
* Use hiredis-py pack_command if available.
1617
* Support `.unlink()` in ClusterPipeline

0 commit comments

Comments
 (0)