Skip to content

Commit 84fcfae

Browse files
mikestvzMike Estevezrlymbur
authored
Fix dependabot Config (#744)
Co-authored-by: Mike Estevez <[email protected]> Co-authored-by: Ryan Lymburner <[email protected]>
1 parent 0c02025 commit 84fcfae

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
# Enable go mod tidy after updates
87
ignore:
98
- dependency-name: "*"
109
update-types: ["version-update:semver-patch"]
@@ -14,9 +13,6 @@ updates:
1413
labels:
1514
- "dependencies"
1615
- "go"
17-
# Add the go mod tidy command
18-
gomod:
19-
update-tool: "go mod tidy"
2016

2117
- package-ecosystem: "gomod"
2218
directory: "/test"
@@ -30,6 +26,4 @@ updates:
3026
include: "scope"
3127
labels:
3228
- "dependencies"
33-
- "go"
34-
gomod:
35-
update-tool: "go mod tidy"
29+
- "go"

0 commit comments

Comments
 (0)