diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d04f0a..d321e03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,12 @@ version: 2 updates: -- package-ecosystem: npm - directory: "/site" - schedule: - interval: daily - time: '04:00' - open-pull-requests-limit: 10 -- package-ecosystem: npm - directory: "/" - schedule: - interval: weekly - time: '04:00' - open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: '/site' + schedule: + interval: daily + time: '04:00' + - package-ecosystem: npm + directory: '/' + schedule: + interval: weekly + time: '04:00' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 894aabc..1266829 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,9 @@ on: jobs: test: runs-on: ${{ matrix.os }} - fail-fast: false strategy: + fail-fast: false matrix: os: [macos-latest, ubuntu-latest, windows-latest] node: ['14', '12']