Skip to content

Commit add9af4

Browse files
committed
fix: ci pipeline with correct version
1 parent 4616878 commit add9af4

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ updates:
99
day: monday
1010
open-pull-requests-limit: 10
1111
groups:
12-
# Batch all indirect deps into one PR to reduce noise
13-
indirect:
14-
dependency-type: indirect
12+
go-deps:
13+
patterns:
14+
- "*"
1515

1616
# GitHub Actions
1717
- package-ecosystem: github-actions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
cache: true
6464

6565
- name: golangci-lint
66-
uses: golangci/golangci-lint-action@v6
66+
uses: golangci/golangci-lint-action@v7
6767
with:
6868
version: ${{ env.lint-version }}
6969
args: --timeout=5m

.goreleaser.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ brews:
8484
commit_author:
8585
name: goreleaserbot
8686
email: bot@goreleaser.com
87-
commit_message_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
8887
directory: Formula
8988
homepage: "https://github.com/hapiio/git-profile"
9089
description: "Manage multiple git identity profiles with a single command"

0 commit comments

Comments
 (0)