fix fileMatch regex (#35)
#### 📖 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
This commit is contained in:
parent
90d886fb3b
commit
073850a232
@ -1,7 +0,0 @@
|
|||||||
pipeline:
|
|
||||||
buildy:
|
|
||||||
image: node:18.12.0-buster
|
|
||||||
commands:
|
|
||||||
- npm install
|
|
||||||
- npm run test
|
|
||||||
- npm run build
|
|
@ -13,6 +13,6 @@
|
|||||||
},
|
},
|
||||||
"woodpecker": {
|
"woodpecker": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"fileMatch": ["^.woodpecker\/.*\.yml$"]
|
"fileMatch": ["^.woodpecker\/.*.yml$"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user