diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 630264d1..713b4c3e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" - # Enable go mod tidy after updates ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] @@ -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" @@ -30,6 +26,4 @@ updates: include: "scope" labels: - "dependencies" - - "go" - gomod: - update-tool: "go mod tidy" + - "go" \ No newline at end of file