diff --git a/lib/workers/repository/updates/flatten.ts b/lib/workers/repository/updates/flatten.ts
index aebf5dd0e53d8d9f86c23d6c0996be41b0d4964c..5ea84a09e5b22720a784a699be279eab6f99c524 100644
--- a/lib/workers/repository/updates/flatten.ts
+++ b/lib/workers/repository/updates/flatten.ts
@@ -154,6 +154,7 @@ export async function flattenUpdates(
               updateConfig.currentValue = updateConfig.currentVersion;
               updateConfig.newValue = updateConfig.newVersion;
               updateConfig = applyUpdateConfig(updateConfig);
+              updateConfig.enabled = true;
               updates.push(updateConfig);
             }
           }