topgrade/template_git.toml
2022-02-08 11:03:48 -05:00

11 lines
200 B
TOML

# Run specific steps - same options as the command line flag
only = ["system"]
[git]
max_concurrency = 1
Additional git repositories to pull
repos = [
"/etc/bash_aliases",
"/etc/topgrade"
]