Skip to content

Commit

Permalink
Merge pull request #205 from per1234/dependabot-pr-limit
Browse files Browse the repository at this point in the history
Don't limit number of open Dependabot pull requests
  • Loading branch information
per1234 authored Jun 13, 2024
2 parents 323d2ef + a969703 commit 93d4b0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,29 @@ updates:
# See: https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: github-actions
directory: / # Check the repository's workflows under /.github/workflows/
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"
# Go dependencies
- package-ecosystem: gomod
directory: /
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"
# Python dependencies
- package-ecosystem: pip
directory: /
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
Expand Down

0 comments on commit 93d4b0f

Please sign in to comment.