From 468fab1845592523ea61c76e39b52ace21913ff0 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 30 Jan 2021 15:52:07 +0100 Subject: [PATCH] tweak --- .github/dependabot.yml | 22 ++++++++++------------ .github/workflows/ci.yml | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) 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']