From 6af5fb8bbbd25d60870f2dd1a142dfcb82de24d2 Mon Sep 17 00:00:00 2001 From: Marcelo Romulo Fernandes Date: Mon, 2 Dec 2024 17:32:46 -0300 Subject: [PATCH] chore: disabke branch 5.2.x --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c753423f..941e7f1b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,11 +10,6 @@ updates: target-branch: "5.3.x" schedule: interval: daily - - package-ecosystem: "maven" - directory: "/" - target-branch: "5.2.x" - schedule: - interval: daily # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions"