Skip to content

Commit

Permalink
Setup autoupdate for aiohttp 3.8 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 27, 2021
1 parent 1c4f8d2 commit 42881fe
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,27 @@ updates:
target-branch: "3.8"
schedule:
interval: "daily"
open-pull-requests-limit: 10

# Maintain dependencies for Python aiohttp 3.8
- package-ecosystem: "pip"
directory: "/"
labels:
- dependencies
target-branch: "3.8"
schedule:
interval: "daily"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions aiohttp 3.8
- package-ecosystem: "github-actions"
directory: "/"
labels:
- dependencies
target-branch: "3.8"
schedule:
interval: "daily"
open-pull-requests-limit: 10

# Maintain dependencies for Python aiohttp 3.8
- package-ecosystem: "pip"
Expand Down

0 comments on commit 42881fe

Please sign in to comment.