diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b51e3dd..9eb5758 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: labels: - "dependencies" commit-message: - prefix: "feat" + prefix: "chore" include: "scope" - package-ecosystem: "github-actions" assignees: diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index ea161f5..3ed143d 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -35,6 +35,6 @@ jobs: go-version: stable # get the latest stable version from the go-versions repository manifest. cache: false - name: golangci-lint - uses: golangci/golangci-lint-action@v4 + uses: golangci/golangci-lint-action@v6 with: args: --timeout=10m \ No newline at end of file diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9ae1ce7..a5c25ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,11 +16,11 @@ jobs: with: go-version: 1.22 - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5 + uses: goreleaser/goreleaser-action@v6 env: GITHUB_TOKEN: ${{ secrets.PAT }} with: distribution: goreleaser version: latest - args: release --debug --clean + args: release --verbose --clean