Skip to content

Commit

Permalink
Merge pull request #1 from hostwithquantum/deps
Browse files Browse the repository at this point in the history
Deps
  • Loading branch information
till authored May 12, 2024
2 parents d33afd5 + fb065c4 commit 0ee49dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bitcomplete/sqltestutil

go 1.18
go 1.20

require (
github.com/docker/docker v24.0.0+incompatible
Expand Down

0 comments on commit 0ee49dd

Please sign in to comment.