diff --git a/default.json b/default.json index 9d11a82..b666d84 100644 --- a/default.json +++ b/default.json @@ -32,7 +32,15 @@ "- **Update Type:** {{updateType}}", "- **Automerge:** {{#if isAutomerge}}✅ This update will be auto-merged once all checks pass{{else}}🛑 This update requires manual approval{{/if}}" ], - "enabledManagers": ["docker-compose", "github-actions"], + "enabledManagers": [ + "docker-compose", + "github-actions", + "ansible", + "ansible-galaxy" + ], + "ansible": { + "managerFilePatterns": ["/^(?!requirements\\.ya?ml$).*\\.ya?ml$/"] + }, "major": { "dependencyDashboardApproval": true },