We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go mod tidy
1 parent ecec4eb commit 326c892Copy full SHA for 326c892
.github/renovate.json
@@ -1,6 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended"
5
- ]
6
-}
+ "extends": ["config:recommended"],
+ "labels": ["dependencies"],
+ "postUpdateOptions": ["gomodTidy"]
+}
.github/workflows/CI.yml
@@ -19,4 +19,4 @@ jobs:
19
contents: read
20
uses: FollowTheProcess/ci/.github/workflows/Go.yml@v3
21
with:
22
- lint-tool: staticcheck
+ linter: staticcheck
0 commit comments