diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3116a720a9c8..afdbaaf72b6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,6 +28,20 @@ updates: # arrow is bumped manually - dependency-name: "arrow*" update-types: ["version-update:semver-major"] + - package-ecosystem: cargo + directory: "datafusion-cli/" + schedule: + interval: daily + open-pull-requests-limit: 10 + target-branch: main + labels: [auto-dependencies] + ignore: + # arrow is bumped manually + - dependency-name: "arrow*" + update-types: ["version-update:semver-major"] + # datafusion is bumped manually + - dependency-name: "datafusion*" + update-types: ["version-update:semver-major"] - package-ecosystem: "github-actions" directory: "/" schedule: