-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnvchecker.toml
77 lines (65 loc) · 1.22 KB
/
nvchecker.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[aligo]
source = "github"
github = "essentialkaos/aligo"
use_max_tag = true
prefix = "v"
[buildifier]
source = "github"
github = "bazelbuild/buildtools"
use_max_tag = true
prefix = "v"
[buildifier-bin]
source = "github"
github = "bazelbuild/buildtools"
use_max_tag = true
prefix = "v"
[buildozer]
source = "github"
github = "bazelbuild/buildtools"
use_max_tag = true
prefix = "v"
[buildozer-bin]
source = "github"
github = "bazelbuild/buildtools"
use_max_tag = true
prefix = "v"
[connections]
source = "github"
github = "jmelahman/connections"
use_max_tag = true
prefix = "v"
[check-symlinks]
source = "github"
github = "jmelahman/check-symlinks"
use_max_tag = true
prefix = "v"
[ibazel]
source = "github"
github = "bazelbuild/bazel-watcher"
use_max_tag = true
prefix = "v"
[ibazel-bin]
source = "github"
github = "bazelbuild/bazel-watcher"
use_max_tag = true
prefix = "v"
[nature-sounds]
source = "github"
github = "jmelahman/nature-sounds"
use_max_tag = true
prefix = "v"
[ripsecrets]
source = "github"
github = "sirwart/ripsecrets"
use_max_tag = true
prefix = "v"
[release-tag]
source = "github"
github = "jmelahman/tag"
use_max_tag = true
prefix = "v"
[work]
source = "github"
github = "jmelahman/work"
use_max_tag = true
prefix = "v"