From 8aa6e84e40e105d56a157eef06cd8ccd76d441e1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 8 Oct 2024 10:34:17 +0200 Subject: [PATCH] ignore auto_cpufreq --- .config/topgrade/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/topgrade/topgrade.toml b/.config/topgrade/topgrade.toml index 0f1194f..44f2fe5 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -15,7 +15,7 @@ # sudo_command = "sudo" # Disable specific steps - same options as the command line flag -disable = ["clam_av_db"] +disable = ["clam_av_db", "auto_cpufreq"] # Ignore failures for these steps # ignore_failures = ["powershell"]