Skip to content

Instantly share code, notes, and snippets.

@guidojw
Created June 8, 2022 14:37
Show Gist options
  • Save guidojw/42ddcb98a1de908ed590fedcf9778811 to your computer and use it in GitHub Desktop.
Save guidojw/42ddcb98a1de908ed590fedcf9778811 to your computer and use it in GitHub Desktop.
Renovate regexManagers configuration for updating Roblox/foreman tools.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"description": "Update Foreman tools",
"fileMatch": ["foreman\\.toml"],
"matchStrings": [
"github = \"(?<depName>[\\w-]+\\/[\\w-]+)\", version = \"(?<currentValue>.+)\""
],
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment