fix fileMatch regex #35

Merged
OCram85 merged 2 commits from fixRenovate into master 2022-12-09 12:08:32 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7927a978e4 - Show all commits

View File

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