Skip to content

Commit

Permalink
Update dependabot.yml (#7888)
Browse files Browse the repository at this point in the history
Sync from master
  • Loading branch information
Dreamsorcerer committed Nov 24, 2023
1 parent 41a9f1f commit 6dd0122
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ updates:
interval: "daily"
open-pull-requests-limit: 10

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

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

0 comments on commit 6dd0122

Please sign in to comment.