From 5955bfe157083decd428d103ff66dae9ea7d003f Mon Sep 17 00:00:00 2001 From: voluntas Date: Wed, 23 Oct 2024 14:40:56 +0900 Subject: [PATCH] =?UTF-8?q?staticchecck=20=E3=81=AE=20version=20=E3=82=92?= =?UTF-8?q?=E4=B8=8A=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json5 | 21 --------------------- .github/workflows/ci.yaml | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 deleted file mode 100644 index c960bfa..0000000 --- a/.github/renovate.json5 +++ /dev/null @@ -1,21 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - ":timezone(Asia/Tokyo)", - ":combinePatchMinorReleases", - ":prHourlyLimitNone", - ":prConcurrentLimit10", - "group:recommended", - "group:allNonMajor", - "schedule:weekly" - ], - "dependencyDashboard": false, - "packageRules": [ - { - "matchUpdateTypes": ["minor", "patch", "pin", "digest"], - "platformAutomerge": true, - "automerge": true - } - ] -} \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b8a495c..f43752d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - run: go fmt . - uses: dominikh/staticcheck-action@v1 with: - version: "2023.1.5" + version: "2024.1.1" install-go: false - name: Test run: make test