From c64536fb70f28b74248f3b5e430adaffd17bdeb5 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 23 Sep 2025 08:42:50 -0400 Subject: [PATCH] Adding Ansible managers. --- default.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 },