Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/golangci/go…
Browse files Browse the repository at this point in the history
…langci-lint-1.52.1
  • Loading branch information
mpoke authored Mar 23, 2023
2 parents 1e9a9a4 + c2d565b commit 9b98772
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
32 changes: 24 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,36 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/docs"
labels:
- "A:automerge"

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
reviewers:
- fadeev
labels:
- "A:automerge"
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: "release/v9.0.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- dependencies

- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
target-branch: "release/v8.0.x"
# Only allow automated security-related dependency updates on release branches.
open-pull-requests-limit: 0
labels:
- "A:automerge"
- dependencies
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.19
- uses: actions/checkout@v3.4.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
version: v1.51.2
2 changes: 1 addition & 1 deletion tests/e2e/docker/hermes.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM informalsystems/hermes:1.0.0 AS hermes-builder
FROM informalsystems/hermes:1.3.0 AS hermes-builder

FROM debian:buster-slim
USER root
Expand Down

0 comments on commit 9b98772

Please sign in to comment.