Skip to content

Commit

Permalink
feat(manager/ansible-galaxy): support .ansible.yaml double extension (
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyblargon authored and pull[bot] committed Mar 19, 2024
1 parent 9c1edcf commit a396d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/ansible-galaxy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export { extractPackageFile } from './extract';
export const categories: Category[] = ['ansible', 'iac'];

export const defaultConfig = {
fileMatch: ['(^|/)requirements\\.ya?ml$', '(^|/)galaxy\\.ya?ml$'],
fileMatch: ['(^|/)(galaxy|requirements)(\\.ansible)?\\.ya?ml$'],
};

export const supportedDatasources = [
Expand Down

0 comments on commit a396d1d

Please sign in to comment.