Skip to content

Commit

Permalink
Update indirect dependencies with Dependabot (#8755)
Browse files Browse the repository at this point in the history
(cherry picked from commit d50f275)
  • Loading branch information
Dreamsorcerer authored and patchback[bot] committed Aug 19, 2024
1 parent ec453ba commit d4ae5ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ updates:
# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
allow:
- dependency-type: "all"
labels:
- dependencies
schedule:
Expand All @@ -31,6 +33,8 @@ updates:
# Maintain dependencies for Python aiohttp backport
- package-ecosystem: "pip"
directory: "/"
allow:
- dependency-type: "all"
labels:
- dependencies
target-branch: "3.10"
Expand Down

0 comments on commit d4ae5ec

Please sign in to comment.