From a560eb7d1fcc51d526b4d38f7d3ca28fdd238fbb Mon Sep 17 00:00:00 2001 From: Jitendra Yejare Date: Fri, 29 Sep 2023 13:14:03 +0530 Subject: [PATCH] Removing 6.11.z branch for dependabot to not to auto cherrypick (#12769) Removing 6.11.z branch for dependabot auto cherrypicking --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79dd0cd9a28..5fda357b321 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,7 +15,6 @@ updates: - "6.14.z" - "6.13.z" - "6.12.z" - - "6.11.z" # Maintain dependencies for our GitHub Actions - package-ecosystem: "github-actions" @@ -28,4 +27,3 @@ updates: - "6.14.z" - "6.13.z" - "6.12.z" - - "6.11.z"