There was an error while loading. Please reload this page.
1 parent a92655e commit a54f777Copy full SHA for a54f777
1 file changed
.github/dependabot.yml
@@ -15,6 +15,10 @@ updates:
15
patterns:
16
- "*"
17
open-pull-requests-limit: 5
18
+ ignore:
19
+ # redis-py 8.x is blocked for now (see pyproject.toml pin).
20
+ - dependency-name: "redis"
21
+ versions: [">=8"]
22
23
- package-ecosystem: "docker"
24
directory: "/"
0 commit comments