fix woodpecker fileMatch regex (#30)
ci/woodpecker/push/renovate Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/next Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details

#### 📖 Summary

- fix regex / provided by renovate maintainer

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] 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-15 19:58:42 +01:00
parent 83ee3808be
commit 518f9c4946
1 changed files with 1 additions and 3 deletions

View File

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