-
Notifications
You must be signed in to change notification settings - Fork 1
/
topgrade.toml
45 lines (43 loc) · 1.06 KB
/
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
41
42
43
44
45
[misc]
set_title = true
display_time = true
disable = [
"system",
"flatpak",
"snap",
"gnome_shell_extensions",
"containers",
"nix",
"toolbx",
"pnpm"
]
ignore_failures = ["git_repos"]
[git]
max_concurrency = 5
repos = [
# Home sick
"~/.homesick/repos/homeshick",
"~/.homesick/repos/dotfiles",
# Updates
"~/github/0updates/avizo",
"~/github/0updates/cliphist",
"~/github/0updates/keyd",
"~/github/0updates/Hyprland",
"~/github/0updates/Hyprland-plugins",
"~/github/0updates/hyprpaper",
"~/github/0updates/hyprpicker",
"~/github/0updates/hyprvm-contrib",
"~/github/0updates/ipu6-drivers",
"~/github/0updates/libinput-gestures",
"~/github/0updates/libliftoff",
"~/github/0updates/libxcb-errors",
"~/github/0updates/rofi",
"~/github/0updates/rofi-themes",
"~/github/0updates/Waybar",
"~/github/0updates/wlr-randr",
"~/github/0updates/wlrctl",
"~/github/0updates/xdg-desktop-portal-hyprland",
]
arguments = "--ff-only --rebase --autostash"
[python]
enable_pip_review = true