From d23ab1591e6ebe7e92291fdc6bce2d5e7da7f822 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 8 Feb 2022 11:03:48 -0500 Subject: [PATCH] update template git repos --- template_git.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 template_git.toml diff --git a/template_git.toml b/template_git.toml new file mode 100644 index 0000000..52c926d --- /dev/null +++ b/template_git.toml @@ -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" +]