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

View File

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