diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b65fbff..fcc3503 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,15 +4,11 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily - time: "03:00" + interval: monthly timezone: Europe/Helsinki open-pull-requests-limit: 10 commit-message: prefix: ci - include: scope - reviewers: - - kare assignees: - kare labels: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed570bb..6237d34 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,12 +7,9 @@ on: pull_request: branches: - main -concurrency: - group: ci-${{ github.head_ref }} - cancel-in-progress: true -defaults: - run: - shell: bash jobs: ci: - uses: kare/github/.github/workflows/go-pkg-ci.yaml@v0.2.0 + uses: kare/github/.github/workflows/go-pkg-ci.yaml@main + with: + staticcheckversion: 2025.1.1 + diff --git a/go.mod b/go.mod index 7e35b73..e558f73 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module kkn.fi/cmd/tcpproxy -go 1.17 +go 1.24