Skip to content

Commit

Permalink
Automated version check of dependencies via dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Dec 20, 2024
1 parent 1951e80 commit 9f2e797
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: 2
updates:
# Enable version updates for GitHub action workflows
- package-ecosystem: "github-actions"
directory: "/"
# Check for updates to GitHub Actions once per week
schedule:
interval: "weekly"
time: "19:00"
open-pull-requests-limit: 10
# Enable version updates for Go modules
- package-ecosystem: "gomod"
directory: /
# Check for updates to Go modules once per week
schedule:
interval: "weekly"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
version: v1.62.2

- name: Test
run: go test ./...

0 comments on commit 9f2e797

Please sign in to comment.