Skip to content

Commit 42881fe

Browse files
committedSep 27, 2021
Setup autoupdate for aiohttp 3.8 branch
1 parent 1c4f8d2 commit 42881fe

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
 

‎.github/dependabot.yml

+21
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ updates:
2626
target-branch: "3.8"
2727
schedule:
2828
interval: "daily"
29+
open-pull-requests-limit: 10
30+
31+
# Maintain dependencies for Python aiohttp 3.8
32+
- package-ecosystem: "pip"
33+
directory: "/"
34+
labels:
35+
- dependencies
36+
target-branch: "3.8"
37+
schedule:
38+
interval: "daily"
39+
open-pull-requests-limit: 10
40+
41+
# Maintain dependencies for GitHub Actions aiohttp 3.8
42+
- package-ecosystem: "github-actions"
43+
directory: "/"
44+
labels:
45+
- dependencies
46+
target-branch: "3.8"
47+
schedule:
48+
interval: "daily"
49+
open-pull-requests-limit: 10
2950

3051
# Maintain dependencies for Python aiohttp 3.8
3152
- package-ecosystem: "pip"

0 commit comments

Comments
 (0)
Please sign in to comment.