Skip to content

Commit 44fcd8c

Browse files
authored
Dependabot stop suggesting arrow and datafusion updates (#324)
* Dependabot stop suggesting arrow and datafusion updates * sqlparser
1 parent 0e6f046 commit 44fcd8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,11 @@ updates:
2424
open-pull-requests-limit: 10
2525
target-branch: master
2626
labels: [auto-dependencies]
27+
ignore:
28+
# arrow and datafusion are bumped manually
29+
- dependency-name: "arrow*"
30+
update-types: ["version-update:semver-major"]
31+
- dependency-name: "datafusion*"
32+
update-types: ["version-update:semver-major"]
33+
- dependency-name: "sqlparser"
34+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)