⚙️ config(topgrade): dont update container images

This commit is contained in:
Sergio Laín 2024-08-30 01:27:15 +02:00
parent 9d0c63f00f
commit ce4677ac2c
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -15,7 +15,7 @@ pre_sudo = true
# sudo_command = "sudo" # sudo_command = "sudo"
# Disable specific steps - same options as the command line flag # Disable specific steps - same options as the command line flag
disable = ["spicetify", "vim"] disable = ["spicetify", "vim", "containers"]
# Ignore failures for these steps # Ignore failures for these steps
# ignore_failures = [] # ignore_failures = []