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