Skip to content

Commit

Permalink
Tweaking GitHub workflows
Browse files Browse the repository at this point in the history
Tweaks GitHub workflows.
  • Loading branch information
mys721tx committed Dec 28, 2024
1 parent 73f6734 commit d4b02b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: monthly
interval: daily
time: "10:00"
open-pull-requests-limit: 10
rebase-strategy: disabled
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
go-version: 'stable'
check-latest: true

- name: Build
Expand Down

0 comments on commit d4b02b2

Please sign in to comment.