Skip to content

Commit 80fc3e9

Browse files
lhoupertkylebarron
andauthored
ci: enhance dependabot config to track pip and cargo packages (#658)
* ci: enhance dependabot config to track pip and cargo packages * chore: change package-ecosystem from 'pip' to 'uv' * ci: remove Cargo dependencies from dependabot config Removed Cargo package ecosystems for pyo3-object_store and pyo3-bytes. * remove uv and pip --------- Co-authored-by: Kyle Barron <kyle@developmentseed.org>
1 parent d1c89c1 commit 80fc3e9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@ updates:
1313
update-types:
1414
- "minor"
1515
- "patch"
16+
17+
- package-ecosystem: "cargo"
18+
directory: "/"
19+
schedule:
20+
interval: "weekly"
21+
day: "monday"
22+
groups:
23+
minor-and-patch:
24+
applies-to: version-updates
25+
patterns:
26+
- "*"
27+
update-types:
28+
- "minor"
29+
- "patch"

0 commit comments

Comments
 (0)