Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Sharable Renovate config for .tool-versions (asdf)

License

Notifications You must be signed in to change notification settings

jshmrtn/renovate-config-asdf

 
 

Repository files navigation

renovate-config-asdf

Build Status - Official Validator Build Status - Regex Build Status - Build Tools

Usage

Renovate sharable config for .tool-versions (asdf).

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:base",
    "github>kachick/renovate-config-asdf#1.6.0"
  ]
}

This example referenced stable version as #1.6.0. Versions can be checked in github-tags. Because of default branch is frequently changed for developping.

If you want to narrow Renovate effect, for example you are basically using dependabot, removing config:base and specifying enabledManagers might fit.

Below is an actual example for me. It points default branch of this repository to use development version.

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "github>kachick/renovate-config-asdf"
  ],
  "labels": ["dependencies", "renovate"],
  "enabledManagers": ["regex"]
}

Limitations

  • Want to cover asdf, however currently targeted only for some implementations.
  • asdf-java - Looks needed to read this tsv

Working Examples

Languages

Tools

Note

About

Sharable Renovate config for .tool-versions (asdf)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Crystal 69.6%
  • TypeScript 23.5%
  • Makefile 4.1%
  • HTML 2.8%