-
Notifications
You must be signed in to change notification settings - Fork 0
/
topgrade.toml
40 lines (29 loc) · 902 Bytes
/
topgrade.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[misc]
assume_yes = true
# Disable specific steps - same options as the command line flag
disable = ["pip3", "pipx", "conda", "mamba"]
# Ignore failures for these steps
no_retry = true
# Run `sudo -v` to cache credentials at the start of the run
# This avoids a blocking password prompt in the middle of an unattended run
pre_sudo = true
display_time = true
cleanup = false
[composer]
self_update = true
[git]
max_concurrency = 5
pull_predefined = true
repos = ["~/Documents/projects/*/*"]
[windows]
# Manually select Windows updates
accept_all_updates = true
open_remotes_in_new_terminal = true
wsl_update_pre_release = true
wsl_update_use_web_download = true
# Causes Topgrade to rename itself during the run to allow package managers
# to upgrade it. Use this only if you installed Topgrade by using a package
# manager such as Scoop or Cargo
self_rename = true
[firmware]
upgrade = true