From fee4e21692c52242f647efbf44fa5ce93849cecb Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Thu, 2 Jul 2026 19:02:59 -0700 Subject: [PATCH] remove update-go-mod/go.mod from dependabot Signed-off-by: Ryan Richard --- .github/dependabot.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index decfc4976..9e0316b57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,6 @@ version: 2 updates: - - package-ecosystem: "gomod" - open-pull-requests-limit: 2 - directory: "/hack/update-go-mod" - schedule: - interval: "daily" - # Use dependabot to automate major-only dependency bumps - package-ecosystem: "gomod" open-pull-requests-limit: 2 # Not sure why there would ever be more than 1, just would not want to hide anything @@ -29,18 +23,6 @@ updates: - "version-update:semver-minor" - "version-update:semver-patch" -# Our own CI job is responsible for updating this Docker file now. -# - package-ecosystem: "docker" -# directory: "/" -# schedule: -# interval: "daily" - -# Our own CI job is responsible for updating this Docker file now. -# - package-ecosystem: "docker" -# directory: "/hack" # this should keep the FIPS dockerfile updated per https://github.com/dependabot/feedback/issues/145#issuecomment-414738498 -# schedule: -# interval: "daily" - - package-ecosystem: "docker" directory: "/dockerfiles/code-coverage-uploader/" open-pull-requests-limit: 100