Skip to content

Commit

Permalink
chore: use a configurable value for number of open Dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jan 3, 2025
1 parent 8371b40 commit 04541ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ updates:
directory: /
schedule:
interval: weekly
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}

- package-ecosystem: docker
directory: /
schedule:
interval: weekly
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}

- package-ecosystem: npm
directory: /
schedule:
interval: weekly
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}

0 comments on commit 04541ad

Please sign in to comment.