Update 'renovate.json' #30

Merged
OCram85 merged 4 commits from updDeps into master 2022-12-08 19:55:40 +01:00
2 changed files with 9 additions and 1 deletions

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

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

View File

@ -12,6 +12,7 @@
"enabled": true
},
"woodpecker": {
"enabled": true
"enabled": true,
"fileMatch": ["^.woodpecker\/.*\.yml$"]
}
}