mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
feat(github actions): discover workflow files in subfolders (#13143)
This commit is contained in:
parent
6a027d28eb
commit
0bf92c54d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export { extractPackageFile };
|
||||||
|
|
||||||
export const defaultConfig = {
|
export const defaultConfig = {
|
||||||
fileMatch: [
|
fileMatch: [
|
||||||
'^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
|
'(^workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$',
|
||||||
'(^|\\/)action\\.ya?ml$',
|
'(^|\\/)action\\.ya?ml$',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue