We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
asvetlov
webknjaz
Dreamsorcerer
Learn more about funding links in repositories.
Report abuse
1 parent 1c4f8d2 commit 42881feCopy full SHA for 42881fe
.github/dependabot.yml
@@ -26,6 +26,27 @@ updates:
26
target-branch: "3.8"
27
schedule:
28
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
40
41
+ # Maintain dependencies for GitHub Actions aiohttp 3.8
42
+ - package-ecosystem: "github-actions"
43
44
45
46
47
48
49
50
51
# Maintain dependencies for Python aiohttp 3.8
52
- package-ecosystem: "pip"
0 commit comments