Update 'renovate.json' #30
7
.woodpecker/.testy.yml
Normal file
7
.woodpecker/.testy.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
pipeline:
|
||||||
|
buildy:
|
||||||
|
image: node:18.12.0-buster
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- npm run test
|
||||||
|
- npm run build
|
@ -12,6 +12,7 @@
|
|||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
"woodpecker": {
|
"woodpecker": {
|
||||||
"enabled": true
|
"enabled": true,
|
||||||
|
"fileMatch": ["^.woodpecker\/.*\.yml$"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user