Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# Enable go mod tidy after updates
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
Expand All @@ -14,9 +13,6 @@ updates:
labels:
- "dependencies"
- "go"
# Add the go mod tidy command
gomod:
update-tool: "go mod tidy"

- package-ecosystem: "gomod"
directory: "/test"
Expand All @@ -30,6 +26,4 @@ updates:
include: "scope"
labels:
- "dependencies"
- "go"
gomod:
update-tool: "go mod tidy"
- "go"
Loading