From 6908c2ab6566954407eb8e773837646e0616cf0e Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 19 Jan 2024 09:15:46 -0800 Subject: [PATCH] disable dependabot for some things in favor of our own tooling --- .github/dependabot.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c106b0f1c..a5bf10208 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,6 @@ version: 2 updates: - - package-ecosystem: "gomod" - open-pull-requests-limit: 100 - directory: "/" - schedule: - interval: "daily" - package-ecosystem: "gomod" open-pull-requests-limit: 2 @@ -14,12 +9,21 @@ updates: schedule: interval: "daily" - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "daily" +# Our own CI job is responsible for updating this go.mod file now. +# - package-ecosystem: "gomod" +# open-pull-requests-limit: 100 +# directory: "/" +# schedule: +# interval: "daily" - - 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" +# 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"