Skip to content

Commit 3ac4417

Browse files
committed
chore: Cleanup coreth post-merge
1 parent 5950ba3 commit 3ac4417

File tree

19 files changed

+14
-531
lines changed

19 files changed

+14
-531
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ updates:
1010
schedule:
1111
interval: "daily"
1212
open-pull-requests-limit: 0 # Disable non-security version updates
13+
- package-ecosystem: "gomod" # See documentation for possible values
14+
directory: "/graft/coreth" # Location of package manifests
15+
schedule:
16+
interval: "daily"
17+
open-pull-requests-limit: 0 # Disable non-security version updates
1318
- package-ecosystem: github-actions
1419
directory: "/"
1520
schedule:

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module github.com/ava-labs/avalanchego
1010
// - go.mod (here)
1111
// - nix/go/default.nix (update version and sha256 for supported arches)
1212
// - tools/go.mod
13+
// - graft/**/go.mod (e.g. coreth)
1314
//
1415
// - If updating between minor versions (e.g. 1.24.x -> 1.25.x):
1516
// - Consider updating the version of golangci-lint (see tools/go.mod)

graft/coreth/.dockerignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

graft/coreth/.github/CODEOWNERS

Lines changed: 0 additions & 12 deletions
This file was deleted.

graft/coreth/.github/CONTRIBUTING.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

graft/coreth/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

graft/coreth/.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

graft/coreth/.github/dependabot.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

graft/coreth/.github/pull_request_template.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

graft/coreth/.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)