diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1222becc14..908f93d629f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,27 @@ updates: target-branch: "3.8" schedule: interval: "daily" + open-pull-requests-limit: 10 + + # Maintain dependencies for Python aiohttp 3.8 + - package-ecosystem: "pip" + directory: "/" + labels: + - dependencies + target-branch: "3.8" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + + # Maintain dependencies for GitHub Actions aiohttp 3.8 + - package-ecosystem: "github-actions" + directory: "/" + labels: + - dependencies + target-branch: "3.8" + schedule: + interval: "daily" + open-pull-requests-limit: 10 # Maintain dependencies for Python aiohttp 3.8 - package-ecosystem: "pip"