Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update indirect dependencies with Dependabot
  • Loading branch information
Dreamsorcerer authored Aug 19, 2024
commit c0da94fddf985963470e03214eabd72eb2b42d0c
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.11"
Expand Down