Update 'renovate.json' (#30)
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/testy Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/master Pipeline was successful Details

#### 📖 Summary

<!-- Provide a summary of your changes. Describe the why and not how. -->

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [ ] Tested via CI pipeline
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Reviewed-on: #30
This commit is contained in:
OCram85 2022-12-08 19:55:40 +01:00
parent 4f2c65b69f
commit 90d886fb3b
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$"]
}
}