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 0c02025 commit 84fcfaeCopy full SHA for 84fcfae
.github/dependabot.yml
@@ -4,7 +4,6 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
- # Enable go mod tidy after updates
8
ignore:
9
- dependency-name: "*"
10
update-types: ["version-update:semver-patch"]
@@ -14,9 +13,6 @@ updates:
14
13
labels:
15
- "dependencies"
16
- "go"
17
- # Add the go mod tidy command
18
- gomod:
19
- update-tool: "go mod tidy"
20
21
- package-ecosystem: "gomod"
22
directory: "/test"
@@ -30,6 +26,4 @@ updates:
30
26
include: "scope"
31
27
32
28
33
- - "go"
34
35
29
+ - "go"
0 commit comments