Compare commits

..

2 Commits

Author SHA1 Message Date
38924378ae Update renovate/renovate Docker tag to v34.53
All checks were successful
ci/woodpecker/pr/renovate Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/pr/master Pipeline was successful
ci/woodpecker/pr/next Pipeline was successful
2022-12-09 11:09:06 +00:00
073850a232 fix fileMatch regex (#35)
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
ci/woodpecker/push/renovate Pipeline was successful
ci/woodpecker/push/master Pipeline was successful
#### 📖 Summary

- fix renovate rexex fileMatch for woodpecker files.

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] 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. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #35
2022-12-09 12:08:31 +01:00
3 changed files with 2 additions and 9 deletions

View File

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

View File

@ -1,6 +1,6 @@
pipeline: pipeline:
DockerBaseImage: DockerBaseImage:
image: renovate/renovate:34.52-slim image: renovate/renovate:34.53-slim
commands: commands:
- "renovate" - "renovate"
secrets: secrets:

View File

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