From 2f3421645a5058ada3d2156faaedc690dda90fcc Mon Sep 17 00:00:00 2001 From: おさむのひと <46447427+samunohito@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:34:27 +0900 Subject: fix(devcontainer): devcontainerのバージョンアップ+Renovateでbump出来るように設定を追加 (#16793) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(devcontainer): devcontainerのバージョンアップ+Renovateでbump出来るように設定を追加 * Update renovate.json5 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update renovate.json5 Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix matchFileNames * using trixie --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --- renovate.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'renovate.json5') diff --git a/renovate.json5 b/renovate.json5 index 0ada26d579..0b0f9e1ac9 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -106,6 +106,18 @@ '.devcontainer/**', ], }, + { + // devcontainer (Dockerfile用の設定) + groupName: '[devcontainer] Update dependencies', + matchFileNames: ['.devcontainer/Dockerfile'], + matchDepNames: ['mcr.microsoft.com/devcontainers/javascript-node'], + allowedVersions: '/-[0-9]+-trixie$/', + + // major/minor/patch: devcontainer の semver + // build: Node メジャー + // dist: Debian codename (e.g., bullseye, bookworm)(比較には使わない) + versioning: 'regex:^(?\\d+)\\.(?\\d+)\\.(?\\d+)-(?\\d+)-(?.+)$', + }, ], customManagers: [ { -- cgit v1.2.3-freya