neilconway opened a new pull request, #24290:
URL: https://github.com/apache/datafusion/pull/24290

   ## Which issue does this PR close?
   
   - N/A
   
   ## Rationale for this change
   
   This PR tweaks the dependabot config to send dependency updates for a few 
parts of the repo that were previously missed:
   
   - `dev/depcheck` is excluded from the Cargo workspace and has its own 
`Cargo.lock` (#24289 updates the dependencies manually as an interim fix)
   - `datafusion/wasmtest/datafusion-wasm-app` has its own npm 
`package-lock.json`
   - Composite actions under `.github/actions/`
   - The Python dependencies are a uv workspace rooted at the top-level 
`pyproject.toml` with a shared `uv.lock`, but only `docs/` was covered — `dev/` 
and `benchmarks/` got no version updates.
   
   ## What changes are included in this PR?
   
   - Add a `cargo` entry for `/dev/depcheck`
   - Add an `npm` entry for `/datafusion/wasmtest/datafusion-wasm-app`
   - Change the `github-actions` entry from `directory: "/"` to `directories: 
["/", "/.github/actions/*"]` so composite actions are covered
   - Replace the `pip` `/docs` entry with a `uv` entry at the repository root, 
covering the whole uv workspace and `uv.lock`
   
   ## Are these changes tested?
   
   Some manual testing, hard to really test exhaustively without letting 
dependabot run.
   
   ## Are there any user-facing changes?
   
   No.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to