chore: sync dev with main#147
Merged
vig-os-release-app[bot] merged 4 commits intodevfrom Apr 29, 2026
Merged
Conversation
Strip empty Unreleased section from release branch. Release date TBD (set during finalization).
Set release date to 2026-04-29 in CHANGELOG.md Refs: #146
# Release 0.3.4 This PR prepares release 0.3.4 for merge to main. ## [0.3.4] - TBD ### Added - **Renovate config validation on pull requests** ([#520](vig-os/devcontainer#520)) - Workflow discovers tracked `renovate*.json` files (excluding `assets/workspace/renovate.json`, whose `extends` uses an unresolved template placeholder) and runs `renovate-config-validator --strict` on the rest when renovate JSON changes - `just test-renovate` recipe mirrors the workflow locally and is included in `just test` ### Changed - **Bump expected tool versions in image tests** - `gh` 2.89 → 2.92, `just` 1.49 → 1.50, `cargo-binstall` 1.17 → 1.18 to match the latest upstream releases the image now installs ### Fixed - **Renovate preset blocked all dependency updates** ([#520](vig-os/devcontainer#520)) - Split Python `packageRules` so `matchUpdateTypes` and `rangeStrategy` are not combined in one rule; rename `baseBranches` to `baseBranchPatterns` - Remove invalid `uv` from `enabledManagers` (`pep621` continues to handle `pyproject.toml` and `uv.lock`)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs
devwithmain(sync-main-to-dev workflow).