feat: Added presets for renovate/gonovate#55
Merged
Conversation
mailaenderli
approved these changes
May 13, 2026
There was a problem hiding this comment.
Pull request overview
Adds repository-level preset configurations for dependency update automation using Renovate and Gonovate, primarily targeting version properties inside devcontainer.json feature definitions.
Changes:
- Introduces a Renovate preset with custom datasources (Chrome/Firefox) and regex-based custom managers for devcontainer feature version properties.
- Introduces a Gonovate preset with devcontainer manager rules mapping feature properties to datasources/dependencies.
- Adds a workspace VS Code setting to trust Renovate’s JSON schema download domain.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| renovate-preset.json | New Renovate preset defining custom datasources and regex managers to track feature version fields in devcontainer configs. |
| gonovate-preset.yaml | New Gonovate rules preset mapping devcontainer feature properties to datasources/dependency identifiers. |
| .vscode/settings.json | Workspace setting to allow downloading the Renovate JSON schema from a trusted domain. |
| ghcr.io/postfinance/devcontainer-features/gonovate: | ||
| - property: version | ||
| datasource: github-tags | ||
| dependencyName: Roemer/gonovate |
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.
No description provided.