We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee75a6 commit 142f16dCopy full SHA for 142f16d
.github/dependabot.yml
@@ -10,10 +10,4 @@ updates:
10
directory: "/"
11
registries:
12
- github-octocat
13
- target-branch: "staging"
14
- schedule:
15
- interval: daily
16
- time: "20:00"
17
- open-pull-requests-limit: 10
18
- ignore:
19
- - dependency-name: "github.com/sendgrid/sendgrid-go"
+ target-branch: "master"
go.mod
@@ -1,6 +1,6 @@
1
module github.com/rluisr/mysqlrouter-go
2
3
-go 1.18
+go 1.20
4
5
require github.com/stretchr/testify v1.6.1
6
0 commit comments