fix fileMatch regex #35

Merged
OCram85 merged 2 commits from fixRenovate into master 2022-12-09 12:08:32 +01:00
2 changed files with 1 additions and 8 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

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