Skip to content

Commit

Permalink
chore: fix dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jan 13, 2025
1 parent b1272a1 commit 00eec38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ updates:
directory: /
schedule:
interval: weekly
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
open-pull-requests-limit: !!int ${{secrets.OPEN_PR_LIMIT}}

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

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

0 comments on commit 00eec38

Please sign in to comment.