chore(config): add Repo.toml and update go.mod for config changes
This commit is contained in:
7
.github/Repo.toml
vendored
Normal file
7
.github/Repo.toml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
[scopes]
|
||||
ci = [".github/workflows"]
|
||||
config = [".github", "codecov.yml", "go.mod", "go.sum", "Makefile", "version.json"]
|
||||
docs = ["README.md", "LICENSE"]
|
||||
tests = ["*_test.go", "fuzz-data"]
|
||||
research = ["_rsrch"]
|
||||
core = ["cid.go", "builder.go", "set.go", "varint.go", "cid_fuzz.go", "deprecated.go"]
|
||||
Reference in New Issue
Block a user