Skip to content

postfinance/devcontainer-features-update-presets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

devcontainer-features-update-presets

This repository contains preset files for keeping versions of tools installed via our devcontainer-features up-to-date.

Presets for the following tools are available:

You can either use the main version of the presets or one of the git-tags in case you want a fixed version of the presets.

Currently unsupported features

The following features currently do not support auto-updating:

  • instant-client
  • nvidia-cuda

Usage

Renovate

Extend the JSON preset from your Renovate configuration:

{
	"extends": [
		"github>postfinance/devcontainer-features-update-presets:renovate-preset"
	]
}

or with a fixed tag:

{
	"extends": [
		"github>postfinance/devcontainer-features-update-presets:renovate-preset#v1.0.0"
	]
}

Also add the custom regex manager:

{
    "enabledManagers": [
        "custom.regex"
    ],
}

If you also want to update the devcontainer features themselves, also add the official devcontainer manager:

{
    "enabledManagers": [
        "devcontainer",
        "custom.regex"
    ],
}

Gonovate

Add the preset to the extends of you gonovate config:

extends:
  - defaults
  - https://raw.githubusercontent.com/postfinance/devcontainer-features-update-presets/refs/heads/main/gonovate-preset.yaml

Enable the devcontainer manager:

managers:
  - id: devcontainer
    type: devcontainer

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors