Skip to content

Commit

Permalink
Merge pull request #1703 from oasisprotocol/ptrus/feature/dependabot-…
Browse files Browse the repository at this point in the history
…group-go

.github/dependabot: update all go projects in a single PR
  • Loading branch information
ptrus authored Apr 30, 2024
2 parents 98b4a5e + 8a17642 commit aca1f01
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 328 deletions.
47 changes: 15 additions & 32 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,27 @@ updates:
- c:deps
- c:testing

# Manage client-sdk/go package versions.
# Manage go package versions.
- package-ecosystem: gomod
directory: client-sdk/go/
schedule:
interval: daily
commit-message:
prefix: "client-sdk/go:"
labels:
- c:deps
- c:client-sdk/go
ignore:
# oasis-core is manually kept up to date.
- dependency-name: github.com/oasisprotocol/oasis-core/go

# Manage tests/e2e package versions.
- package-ecosystem: gomod
directory: tests/e2e
directories:
# Client SDK.
- client-sdk/go/
- client-sdk/go/ts-web/core/reflect-go/
# Tools.
- tools/orc/
- tools/gen_runtime_vectors/
# Tests.
- tests/e2e/
- tests/benchmark/
# Examples.
- examples/client-sdk/go/minimal-runtime-client/
schedule:
interval: daily
commit-message:
prefix: "tests/e2e:"
prefix: "go:"
labels:
- c:deps
- c:testing
- golang
ignore:
# oasis-core is manually kept up to date.
- dependency-name: github.com/oasisprotocol/oasis-core/go
Expand Down Expand Up @@ -87,17 +84,3 @@ updates:
labels:
- c:deps
- c:client-sdk/typescript

# Manage client-sdk/ts-web/core/reflect-go package versions.
- package-ecosystem: gomod
directory: client-sdk/ts-web/core/reflect-go/
schedule:
interval: daily
commit-message:
prefix: "client/reflect:"
labels:
- c:deps
- c:client-sdk/go
ignore:
# oasis-core is manually kept up to date.
- dependency-name: github.com/oasisprotocol/oasis-core/go
118 changes: 0 additions & 118 deletions .github/workflows/ci-dependabot-fixup.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ jobs:
working-directory: tools/gen_runtime_vectors
run: go build

- name: Test build gomod updater
working-directory: tools/gomod-updater
run: go build

typecheck:
# NOTE: This name appears in GitHub's Checks API.
name: typecheck
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ tests/benchmark/benchmark
client-sdk/ts-web/core/reflect-go/reflect-go
tools/gen_runtime_vectors/gen_runtime_vectors
tools/orc/orc
tools/gomod-updater/gomod-updater
11 changes: 0 additions & 11 deletions tools/gomod-updater/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions tools/gomod-updater/go.mod

This file was deleted.

12 changes: 0 additions & 12 deletions tools/gomod-updater/go.sum

This file was deleted.

139 changes: 0 additions & 139 deletions tools/gomod-updater/main.go

This file was deleted.

0 comments on commit aca1f01

Please sign in to comment.