Skip to content

Commit 639b5bb

Browse files
authored
chore(dependabot): explicitly include root workspace and arrow-pyarrow-integration-testing (#7673)
# Which issue does this PR close? The attempt in #7672 to include `arrow-pyarrow-integration-testing` using a wildcard did not work: https://github.com/apache/arrow-rs/actions/runs/15678211946/job/44163362777#step:3:6376 # Rationale for this change Using a wildcard does not work. # What changes are included in this PR? Explicitly include root workspace and `arrow-pyarrow-integration-testing` in dependabot config for cargo. # Are there any user-facing changes? No.
1 parent 3a15f84 commit 639b5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ version: 2
22
updates:
33
- package-ecosystem: cargo
44
directories:
5-
- "**/*"
5+
- "/"
6+
- "/arrow-pyarrow-integration-testing"
67
schedule:
78
interval: daily
89
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)