From 1d156e93d2e5a5bbed1715a907db394b34360821 Mon Sep 17 00:00:00 2001 From: "ericcrosson@bitgo.com" Date: Wed, 17 Jun 2026 16:35:13 +0000 Subject: [PATCH] chore(deps): ignore BitGo/* semver-patch/minor dependabot updates BitGo-owned actions are pinned to major versions only per policy. Ignoring patch and minor updates reduces dependabot toil. Ticket: AI-389 Session-Id: a75a92ac-b730-41af-b056-673ffddba643 Task-Id: 60322936-0c1e-4c46-8a82-4cafbc7e0684 --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index f0742b16..4df1b9d1 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,6 +12,13 @@ updates: labels: - dependencies - github-actions + ignore: + # BitGo-owned actions are pinned to major versions only, + # so ignore patch and minor updates to reduce toil. + - dependency-name: 'BitGo/*' + update-types: + - 'version-update:semver-patch' + - 'version-update:semver-minor' # Enable npm updates - package-ecosystem: npm