diff --git a/.github/renovate.json b/.github/renovate.json index 38c2ad7..5c6984b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] -} \ No newline at end of file + "extends": ["config:recommended"], + "labels": ["dependencies"], + "postUpdateOptions": ["gomodTidy"] +} diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index aea6a6e..f715372 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,4 +19,4 @@ jobs: contents: read uses: FollowTheProcess/ci/.github/workflows/Go.yml@v3 with: - lint-tool: staticcheck + linter: staticcheck