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

fix(github-actions): tighten fileMatch (#14983)

* fix(github-actions): tighten fileMatch

* Update lib/modules/manager/github-actions/index.ts
parent 6884e1a6
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ export { extractPackageFile } from './extract';
export const defaultConfig = {
fileMatch: [
'(^workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
'^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
'(^|\\/)action\\.ya?ml$',
],
};
......
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