From 45682dc49f067429b844d57fde138f021c34a64a Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sun, 21 Sep 2025 13:25:39 -0400 Subject: [PATCH] Adding Git Actions as a manager. --- default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json b/default.json index 5ef0937..29d74a6 100644 --- a/default.json +++ b/default.json @@ -31,7 +31,7 @@ "- **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"], + "enabledManagers": ["docker-compose", "github-actions"], "major": { "dependencyDashboardApproval": true },