Compare commits
1 Commits
38924378ae
...
e384227917
Author | SHA1 | Date | |
---|---|---|---|
e384227917 |
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
|
@ -1,6 +1,6 @@
|
||||
pipeline:
|
||||
DockerBaseImage:
|
||||
image: renovate/renovate:34.53-slim
|
||||
image: renovate/renovate:34.52-slim
|
||||
commands:
|
||||
- "renovate"
|
||||
secrets:
|
||||
|
@ -13,6 +13,6 @@
|
||||
},
|
||||
"woodpecker": {
|
||||
"enabled": true,
|
||||
"fileMatch": ["^.woodpecker\/.*.yml$"]
|
||||
"fileMatch": ["^.woodpecker\/.*\.yml$"]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user