diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8abca40..c539e33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + open-pull-requests-limit: 16 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6697dfd..20841b6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,9 +18,7 @@ jobs: os: [macos-latest, windows-latest, ubuntu-latest] steps: - - name: Set git to not change EoL - run: | - git config --global core.autocrlf false + - run: git config --global core.autocrlf false - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1