chore(deps): update Go dependencies, keep chromedp pinned to v0.14.2

This commit is contained in:
Julien Neuhart
2026-06-16 17:40:44 +02:00
parent 7b054da4e7
commit 7614964109
3 changed files with 59 additions and 54 deletions

View File

@@ -12,6 +12,12 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# Held at v0.14.2: v0.15.x breaks the headless print-mode paint pipeline
# (rAF / ResizeObserver / IntersectionObserver stop firing, blank charts).
# See https://github.com/gotenberg/gotenberg/issues/1535.
- dependency-name: "github.com/chromedp/chromedp"
- dependency-name: "github.com/chromedp/cdproto"
- package-ecosystem: "npm"
directory: "/"
schedule: