update template git repos

This commit is contained in:
deathbybandaid 2022-02-08 11:03:48 -05:00
parent 536fc458db
commit d23ab1591e

10
template_git.toml Normal file
View File

@ -0,0 +1,10 @@
# 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"
]