Adding Ansible managers.

This commit is contained in:
2025-09-23 08:42:50 -04:00
parent 3783c1bff0
commit c64536fb70
+9 -1
View File
@@ -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
},