Skip to content

Commit

Permalink
chore: fix dependabot.yml (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jan 16, 2025
1 parent 10c0019 commit 71fb44b
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 71fb44b

Please sign in to comment.