From ce4677ac2ce47101f6359f0332c0dae679bf92af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 30 Aug 2024 01:27:15 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(topgrade):=20dont?= =?UTF-8?q?=20update=20container=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 22e4f500..b8b0ff75 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -15,7 +15,7 @@ pre_sudo = true # sudo_command = "sudo" # Disable specific steps - same options as the command line flag -disable = ["spicetify", "vim"] +disable = ["spicetify", "vim", "containers"] # Ignore failures for these steps # ignore_failures = []