diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4a680b..716f159 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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}}