From 2d8929d95d9e623feea1ec44c31552d8c7beb983 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Tue, 9 May 2023 12:45:52 -0400 Subject: [PATCH] [CI:DOCS] Disable Dependabot in favor of Renovate Fixes: #18139 Removing the Dependabot configuration file is a required prerequisite to stopping it from opening update PRs. Once this commit is merged, the `Dependabot security updates` repo. setting may also be disabled. Note: The `Dependabot alerts` setting should remain enabled, this provides security-data to renovate for opening important vulnerability fix PRs. Signed-off-by: Chris Evich --- .github/dependabot.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index af957ffdd3..0000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,25 +0,0 @@ -version: 2 -updates: -- package-ecosystem: gomod - directory: "/" - schedule: - interval: daily - labels: - - "release-note-none" - open-pull-requests-limit: 10 - -- package-ecosystem: gomod - directory: "test/tools" - schedule: - interval: daily - labels: - - "release-note-none" - open-pull-requests-limit: 10 - -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - labels: - - "release-note-none" - open-pull-requests-limit: 10