Skip to content

Commit

Permalink
Merge pull request #4665 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 758866b + e301854 commit db2b443
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,39 @@ updates:
# See: https://docs.github.com/en/code-security/supply-chain-security/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"
- package-ecosystem: github-actions
target-branch: production
directory: /
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"
- package-ecosystem: gomod
target-branch: production
directory: /.github/workflows/assets/validate-registry/
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
- "topic: infrastructure"
- package-ecosystem: pip
target-branch: production
directory: /
assignees:
- per1234
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
Expand Down

0 comments on commit db2b443

Please sign in to comment.