Skip to content

Commit a54f777

Browse files
committed
chore(ci): stop dependabot from proposing redis-py 8.x
The 8.x client is blocked for now, and grouped python PRs kept bundling it with otherwise-mergeable updates.
1 parent a92655e commit a54f777

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ updates:
1515
patterns:
1616
- "*"
1717
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"]
1822

1923
- package-ecosystem: "docker"
2024
directory: "/"

0 commit comments

Comments
 (0)