Update 'renovate.json' #30

Merged
OCram85 merged 4 commits from updDeps into master 2022-12-08 19:55:40 +01:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit a9916b1010 - Show all commits

7
.woodpecker/.testy.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
buildy:
image: node:lts-buster-slim
commands:
- npm install
- npm run test
- npm run build