Skip to content

Commit e128ace

Browse files
authored
Merge pull request #5738 from plotly/add-js-to-dependabot-yml
[CHORE]: Add JavaScript config to `dependabot.yml`
2 parents 42d1d76 + 37e5aa2 commit e128ace

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,22 @@ updates:
3232
labels: ["no-changelog"]
3333
cooldown:
3434
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

Comments
 (0)