Skip to content

Commit

Permalink
Update dependency schedule interval to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev committed Jan 5, 2024
1 parent 044dab6 commit 774b275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// VERSION the current program version info
const VERSION = "v0.1.3"
const VERSION = "v0.1.4"

// Commit the commit file records the last commit hash value, used by release
//
Expand Down

0 comments on commit 774b275

Please sign in to comment.