Skip to content

Commit

Permalink
ci: synchronize renovate and gha
Browse files Browse the repository at this point in the history
  • Loading branch information
depado committed Dec 25, 2024
1 parent d8c3cd0 commit 8003185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":automergeMinor"
]
"extends": ["config:best-practices", ":automergeMinor"]
}
3 changes: 1 addition & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: false
- uses: gwatts/go-coverage-action@v2
id: coverage
with:
coverage-threshold: 80
fail-coverage: never
cover-pkg: ./...

golangci:
Expand Down

0 comments on commit 8003185

Please sign in to comment.