We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
go mod tidy
1 parent b4d3615 commit 35d5c57Copy full SHA for 35d5c57
2 files changed
.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