Skip to content

Commit 326c892

Browse files
Ensure renovate runs go mod tidy after updates (#19)
* Ensure renovate runs `go mod tidy` after updates * Fix linter
1 parent ecec4eb commit 326c892

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
]
6-
}
3+
"extends": ["config:recommended"],
4+
"labels": ["dependencies"],
5+
"postUpdateOptions": ["gomodTidy"]
6+
}

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
contents: read
2020
uses: FollowTheProcess/ci/.github/workflows/Go.yml@v3
2121
with:
22-
lint-tool: staticcheck
22+
linter: staticcheck

0 commit comments

Comments
 (0)