We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a9f1f commit 6dd0122Copy full SHA for 6dd0122
.github/dependabot.yml
@@ -18,22 +18,22 @@ updates:
18
interval: "daily"
19
open-pull-requests-limit: 10
20
21
- # Maintain dependencies for GitHub Actions aiohttp 3.8
+ # Maintain dependencies for GitHub Actions aiohttp 3.9
22
- package-ecosystem: "github-actions"
23
directory: "/"
24
labels:
25
- dependencies
26
- target-branch: "3.8"
+ target-branch: "3.9"
27
schedule:
28
29
30
31
- # Maintain dependencies for Python aiohttp 3.8
+ # Maintain dependencies for Python aiohttp 3.10
32
- package-ecosystem: "pip"
33
34
35
36
+ target-branch: "3.10"
37
38
39
0 commit comments