Skip to content

Commit 32353a2

Browse files
committed
chore: add dependabot config for cargo dependencies
1 parent 92eb5a3 commit 32353a2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
target-branch: main
8+
labels: [auto-dependencies]
9+
groups:
10+
parquet-variant:
11+
applies-to: version-updates
12+
patterns:
13+
- "parquet-variant*"

0 commit comments

Comments
 (0)