From e097f98892f71a75bfbd48672ed86ac324a20dac Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Sat, 22 Mar 2025 20:05:08 -0400 Subject: [PATCH] Enable config migration PRs from Renovate This will help keep the config file updated with renamed options and values. --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index b290fdd625..7086fc1d40 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "config:base", "helpers:pinGitHubActionDigests" ], + "configMigration": true, "pre-commit": { "enabled": true },