diff --git a/config.yaml.example b/config.yaml.example new file mode 100644 index 0000000..0ba49e3 --- /dev/null +++ b/config.yaml.example @@ -0,0 +1,13 @@ +# The default depth in each directory to search for Git repositories. +depth: 2 + +# A list of directories to search in. +directories: + - ~/Code/forgejo:3 + - ~/Code/github:3 + +# A list of repository paths to ignore (not update). +ignored: + - ~/Code/github/nixos/nixpkgs + +# vim: ft=yaml