From 61b89f6e648eb2d24978ec89347971987c2aec61 Mon Sep 17 00:00:00 2001 From: Tiger Xu / Zhonghu Xu Date: Tue, 16 Apr 2024 21:25:37 +0800 Subject: [PATCH] remove 1.18 branch config (#50482) --- .github/dependabot.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0afd15320513..7532c9744f45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,13 +10,3 @@ updates: # Limit number of open PRs to 0 so that we only get security updates # See https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates open-pull-requests-limit: 0 - # Go configuration for release-1.18 branch - - package-ecosystem: "gomod" - target-branch: "release-1.18" - directory: "/" - schedule: - interval: "daily" - # Limit number of open PRs to 0 so that we only get security updates - # See https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates - open-pull-requests-limit: 0 - \ No newline at end of file