Skip to content

Commit 6dd0122

Browse files
Update dependabot.yml (#7888)
Sync from master
1 parent 41a9f1f commit 6dd0122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ updates:
1818
interval: "daily"
1919
open-pull-requests-limit: 10
2020

21-
# Maintain dependencies for GitHub Actions aiohttp 3.8
21+
# Maintain dependencies for GitHub Actions aiohttp 3.9
2222
- package-ecosystem: "github-actions"
2323
directory: "/"
2424
labels:
2525
- dependencies
26-
target-branch: "3.8"
26+
target-branch: "3.9"
2727
schedule:
2828
interval: "daily"
2929
open-pull-requests-limit: 10
3030

31-
# Maintain dependencies for Python aiohttp 3.8
31+
# Maintain dependencies for Python aiohttp 3.10
3232
- package-ecosystem: "pip"
3333
directory: "/"
3434
labels:
3535
- dependencies
36-
target-branch: "3.8"
36+
target-branch: "3.10"
3737
schedule:
3838
interval: "daily"
3939
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)