Skip to content

Commit

Permalink
fix(github-actions): allow subdirectories by default (#25813)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Nov 15, 2023
1 parent 2f64809 commit da0a7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/github-actions/index.ts
Expand Up @@ -5,7 +5,7 @@ export { extractPackageFile } from './extract';

export const defaultConfig = {
fileMatch: [
'^(workflow-templates|\\.(?:github|gitea|forgejo)/workflows)/[^/]+\\.ya?ml$',
'(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/workflows)/[^/]+\\.ya?ml$',
'(^|/)action\\.ya?ml$',
],
};
Expand Down

0 comments on commit da0a7e1

Please sign in to comment.