Skip to content

Commit

Permalink
Merge pull request #51 from mhutchinson/github-actions
Browse files Browse the repository at this point in the history
Add dependabot and update linter to latest version
  • Loading branch information
mhutchinson authored Jul 10, 2024
2 parents a312398 + 5d0f59a commit a9c977f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
groups:
all-go-deps:
patterns:
- "*"
schedule:
interval: weekly

- package-ecosystem: github-actions
directory: /
groups:
all-gha-deps:
patterns:
- "*"
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
with:
version: v1.55.1
version: v1.59.1
args: --timeout=8m

0 comments on commit a9c977f

Please sign in to comment.