From d44d1c68f630bba877f6b5b0d7c169ed0f4cab52 Mon Sep 17 00:00:00 2001 From: Alex | Cosmos Labs Date: Tue, 16 Dec 2025 10:25:07 -0500 Subject: [PATCH] Update Dependabot target branch and ignore comment (#25706) --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b27a711bd1..3f2dbecfcf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -191,7 +191,7 @@ updates: # Dependencies should be up to date on release branch - package-ecosystem: gomod directory: "/" - target-branch: "release/v0.47.x" + target-branch: "release/v0.53.x" schedule: interval: daily time: "03:00" @@ -210,7 +210,7 @@ updates: dependency-type: "all" ignore: - dependency-name: "github.com/cometbft/cometbft" - # cometbft 0.37 is not semver, but we want to only update "patch" versions for 0.37.x + # cometbft 0.37 is not semver, but we want to only update "patch" versions for 0.38.x update-types: ["version-update:semver-major", "version-update:semver-minor"]