We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b67078 commit ea53917Copy full SHA for ea53917
.github/dependabot.yml
@@ -28,6 +28,20 @@ updates:
28
# arrow is bumped manually
29
- dependency-name: "arrow*"
30
update-types: ["version-update:semver-major"]
31
+ - package-ecosystem: cargo
32
+ directory: "datafusion-cli/"
33
+ schedule:
34
+ interval: daily
35
+ open-pull-requests-limit: 10
36
+ target-branch: main
37
+ labels: [auto-dependencies]
38
+ ignore:
39
+ # arrow is bumped manually
40
+ - dependency-name: "arrow*"
41
+ update-types: ["version-update:semver-major"]
42
+ # datafusion is bumped manually
43
+ - dependency-name: "datafusion*"
44
45
- package-ecosystem: "github-actions"
46
directory: "/"
47
schedule:
0 commit comments