There was an error while loading. Please reload this page.
2 parents 42d1d76 + 37e5aa2 commit e128aceCopy full SHA for e128ace
1 file changed
.github/dependabot.yml
@@ -32,3 +32,22 @@ updates:
32
labels: ["no-changelog"]
33
cooldown:
34
default-days: 3
35
+
36
+ # Update version for JavaScript dependencies for Jupyter widget.
37
+ # Note: If the dependency update results in a changed build artifact,
38
+ # the `check-js-build` workflow will fail on the resulting PR.
39
+ # As currently configured, this will require a manual push of the
40
+ # updated build artifacts to resolve.
41
+ - package-ecosystem: "npm"
42
+ directory: "/js"
43
+ schedule:
44
+ interval: "monthly"
45
+ groups:
46
+ javascript-dependencies:
47
+ patterns:
48
+ - "*"
49
+ labels: ["no-changelog"]
50
+ cooldown:
51
+ default-days: 3
52
+ ignore:
53
+ - dependency-name: "plotly.js" # We want to handle plotly.js updates manually
0 commit comments