diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2dd2d9347b96b..5ba6be84f4329 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,10 @@ updates: open-pull-requests-limit: 10 # Disable auto rebase to reduce cost. Use `@dependabot rebase` manually instead. rebase-strategy: "disabled" - + # Ignore patch to reduce spam. Manually run `cargo update` regularly instead. + ignore: + - dependency-name: "*" + update-types: ["version-update:semver-patch"] # Create a group of dependencies to be updated together in one pull request groups: arrow: