This commit is contained in:
Matthias Kretschmann 2021-01-30 15:52:07 +01:00
parent 3955f61958
commit 468fab1845
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 11 additions and 13 deletions

View File

@ -1,14 +1,12 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: npm - package-ecosystem: npm
directory: "/site" directory: '/site'
schedule: schedule:
interval: daily interval: daily
time: '04:00' time: '04:00'
open-pull-requests-limit: 10 - package-ecosystem: npm
- package-ecosystem: npm directory: '/'
directory: "/" schedule:
schedule: interval: weekly
interval: weekly time: '04:00'
time: '04:00'
open-pull-requests-limit: 10

View File

@ -11,9 +11,9 @@ on:
jobs: jobs:
test: test:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
fail-fast: false
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest] os: [macos-latest, ubuntu-latest, windows-latest]
node: ['14', '12'] node: ['14', '12']