Skip to content

Commit ea53917

Browse files
authored
Update dependabot to consider datafusion-cli (#10108)
1 parent 0b67078 commit ea53917

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,20 @@ updates:
2828
# arrow is bumped manually
2929
- dependency-name: "arrow*"
3030
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+
update-types: ["version-update:semver-major"]
3145
- package-ecosystem: "github-actions"
3246
directory: "/"
3347
schedule:

0 commit comments

Comments
 (0)