mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
chore(panel): selective dependency updates — Next family held at the 16.1.x pin (#560)
Co-authored-by: Renn F <rennf93@users.noreply.github.com>
This commit is contained in:
@@ -26,3 +26,11 @@ updates:
|
||||
- "*"
|
||||
allow:
|
||||
- dependency-type: "all"
|
||||
ignore:
|
||||
# next 16.2.x froze the panel in-browser (the "tab-hostage" bug) —
|
||||
# pinned at 16.1.x until a verified-fixed release. eslint-config-next's
|
||||
# peer ceiling also holds eslint/typescript majors back; see PR #560.
|
||||
- dependency-name: "next"
|
||||
versions: ["16.2.x"]
|
||||
- dependency-name: "eslint-config-next"
|
||||
versions: ["16.2.x"]
|
||||
|
||||
Reference in New Issue
Block a user