Skip to content

Commit

Permalink
Merge pull request #497 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 bfa7fde + 0ae7d87 commit 65c0e52
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: github-actions
directory: /.github/workflows/
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
Expand All @@ -17,6 +18,7 @@ updates:
# Configure check for outdated GitHub Actions actions in workflow templates.
- package-ecosystem: github-actions
directory: /workflow-templates/
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
Expand All @@ -26,6 +28,7 @@ updates:

- package-ecosystem: npm
directory: /
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
Expand All @@ -35,6 +38,7 @@ updates:

- package-ecosystem: pip
directory: /
open-pull-requests-limit: 100
schedule:
interval: daily
labels:
Expand Down

0 comments on commit 65c0e52

Please sign in to comment.