We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c125d58 commit 7822725Copy full SHA for 7822725
.github/dependabot.yml
@@ -22,3 +22,28 @@ updates:
22
actions:
23
patterns:
24
- "*"
25
+ - package-ecosystem: "npm"
26
+ directory: "/icechunk-js"
27
+ schedule:
28
+ interval: "weekly"
29
+ day: "monday"
30
+ time: "05:00"
31
+ timezone: "US/Pacific"
32
+ cooldown:
33
+ default-days: 7
34
+ groups:
35
+ js-dependencies:
36
+ patterns:
37
+ - "*"
38
39
+ directory: "/icechunk-js/examples/node-cli"
40
41
+ interval: "monthly"
42
+ ignore:
43
+ - dependency-name: "*"
44
45
+ directory: "/icechunk-js/examples/react-wasm"
46
47
48
49
0 commit comments