Commit 59cfefd
authored
ci: expand dependabot config to cover uv and docker (#179)
## Summary
Expands the Dependabot configuration beyond the existing
`github-actions` updates to cover the rest of the repo's dependency
surface.
- **`uv` ecosystem** — tracks Python dependencies in `pyproject.toml` /
`uv.lock`.
- **`docker` ecosystem** — tracks the base image in
`.devcontainer/Dockerfile`.
- **Conventional-commit prefixes** — all ecosystems use `prefix:
"chore"` + `include: "scope"`, producing messages like `chore(deps):
...` / `chore(deps-dev): ...` so generated PRs pass the PR-title check.
- **Grouping** — `substrait-protobuf`, `substrait-antlr`, and
`substrait-extensions` are version-pinned together, so they're grouped
into a single PR rather than three conflicting ones.
Note: `pixi.lock` is intentionally not covered, as Dependabot has no
native support for pixi/conda.
🤖 Generated with AI1 parent 53d9632 commit 59cfefd
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments