Skip to content

Commit

Permalink
feat(github-actions): support workflow templates (#10088)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker authored May 22, 2021
1 parent 714e51a commit bcb359d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/manager/github-actions/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const language = LANGUAGE_DOCKER;
export { extractPackageFile, language };

export const defaultConfig = {
fileMatch: ['^\\.github\\/workflows\\/[^/]+\\.ya?ml$'],
fileMatch: ['^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$'],
};
2 changes: 1 addition & 1 deletion lib/manager/github-actions/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
The `github-actions` manager extracts dependencies from GitHub Actions workflow files.
The `github-actions` manager extracts dependencies from GitHub Actions workflow and workflow template files.

0 comments on commit bcb359d

Please sign in to comment.