Skip to content

JSON $schema version updates #28535

Closed Answered by setchy
setchy asked this question in Request Help
Apr 19, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Thanks @rarkins - that worked quite nicely

{
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
  "extends": [
    "config:recommended"
  ],
  "customManagers": [
    {
      "customType": "regex",
      "fileMatch": ["^biome.json$"],
      "matchStrings": ["https://biomejs.dev/schemas/(?<currentValue>.*)/schema.json"],
      "depNameTemplate": "@biomejs/biome",
      "datasourceTemplate": "npm"
    }
  ]
}

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@setchy
Comment options

setchy Apr 19, 2024
Collaborator Author

Answer selected by setchy
@setchy
Comment options

setchy Apr 19, 2024
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants