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 committed Dec 21, 2023
1 parent 9bbd16a commit 5d95ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/ansible-galaxy/index.ts
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 5d95ece

Please sign in to comment.