Merge pull request #495 from christianbundy/gha-16

Increase dependabot open PR limit
This commit is contained in:
Christian Bundy 2020-11-21 16:55:02 -08:00 committed by GitHub
commit 5fbc54fa74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -9,3 +9,4 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 16

View File

@ -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