We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220dafe commit 14919bbCopy full SHA for 14919bb
.github/dependabot.yml
@@ -1,16 +1,18 @@
1
version: 2
2
updates:
3
- # Cargo dependencies
4
- package-ecosystem: "cargo"
5
directory: "/"
6
schedule:
7
interval: "weekly"
8
groups:
9
- cargo-dependencies:
+ arrow:
10
patterns:
11
- - "*"
12
-
13
- # Python pip dependencies
+ - "*arrow*"
+ - "*parquet*"
+ non-arrow:
+ exclude-patterns:
14
15
16
- package-ecosystem: "pip"
17
18
@@ -19,8 +21,6 @@ updates:
19
21
pip-dependencies:
20
22
23
- "*"
- # GitHub Actions
24
- package-ecosystem: "github-actions"
25
26
0 commit comments