Adding Git Actions as a manager.

This commit is contained in:
2025-09-21 13:25:39 -04:00
parent a488d2c095
commit 45682dc49f
+1 -1
View File
@@ -31,7 +31,7 @@
"- **Update Type:** {{updateType}}", "- **Update Type:** {{updateType}}",
"- **Automerge:** {{#if isAutomerge}}✅ This update will be auto-merged once all checks pass{{else}}🛑 This update requires manual approval{{/if}}" "- **Automerge:** {{#if isAutomerge}}✅ This update will be auto-merged once all checks pass{{else}}🛑 This update requires manual approval{{/if}}"
], ],
"enabledManagers": ["docker-compose"], "enabledManagers": ["docker-compose", "github-actions"],
"major": { "major": {
"dependencyDashboardApproval": true "dependencyDashboardApproval": true
}, },