Skip to content
Snippets Groups Projects
Unverified Commit 797e8fcd authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

fix(manager/woodpecker): fix fileMatch (#19661)

parent b42a4e97
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ export const language: ProgrammingLanguage = 'docker';
export { extractPackageFile };
export const defaultConfig = {
fileMatch: ['(^|\\/)\\.woodpecker[^/]*\\.ya?ml$'],
fileMatch: ['^\\.woodpecker(?:\\/[^/]+)?\\.ya?ml$'],
};
export const supportedDatasources = [DockerDatasource.id];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment