Skip to content

Commit

Permalink
Update dependabot weekly instead of daily (#126)
Browse files Browse the repository at this point in the history
Also bump version of go used by vulnerability scanner
  • Loading branch information
mhutchinson authored Jun 5, 2024
1 parent 25cfe1f commit e9b3dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ updates:
patterns:
- "*"
schedule:
interval: daily
interval: weekly
commit-message:
prefix: ":seedling:"
include: "scope"
Expand All @@ -19,7 +19,7 @@ updates:
patterns:
- "*"
schedule:
interval: daily
interval: weekly
commit-message:
prefix: ":seedling:"
include: "scope"
4 changes: 2 additions & 2 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@dd0578b371c987f96d1185abb54344b44352bd58 # v1.0.3
with:
go-version-input: 1.20.8
go-package: ./...
go-version-input: 1.21.11
go-package: ./...

0 comments on commit e9b3dec

Please sign in to comment.