Skip to content

Commit 7822725

Browse files
authored
chore(js): Update js dependabot setup (#2017)
change npm to weekly and ignore examples specifically
1 parent c125d58 commit 7822725

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,28 @@ updates:
2222
actions:
2323
patterns:
2424
- "*"
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+
- package-ecosystem: "npm"
39+
directory: "/icechunk-js/examples/node-cli"
40+
schedule:
41+
interval: "monthly"
42+
ignore:
43+
- dependency-name: "*"
44+
- package-ecosystem: "npm"
45+
directory: "/icechunk-js/examples/react-wasm"
46+
schedule:
47+
interval: "monthly"
48+
ignore:
49+
- dependency-name: "*"

0 commit comments

Comments
 (0)