From 1977143aa503952a52d5de1e951813deea6b22a2 Mon Sep 17 00:00:00 2001
From: Kyle Gospodnetich <me@kylegospodneti.ch>
Date: Sat, 20 Jan 2024 10:29:08 -0800
Subject: [PATCH] chore: Add some additional options to the default topgrade
 config

---
 system_files/desktop/shared/usr/share/ublue-os/topgrade.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml b/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml
index fc87d5c1..01942403 100644
--- a/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml
+++ b/system_files/desktop/shared/usr/share/ublue-os/topgrade.toml
@@ -2,5 +2,8 @@
 paths = ["/etc/ublue-os/topgrade.toml"]
 
 [misc]
+no_self_update = true
+assume_yes = true
+no_retry = true
 disable = ["toolbx", "self_update"]
 ignore_failures = ["distrobox", "flatpak", "brew_cask", "brew_formula", "nix", "pip3"]