mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-04-20 07:58:45 +00:00
18 lines
649 B
JSON
18 lines
649 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["local>actions/renovate-config"],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": "update example in README.md",
|
|
"fileMatch": ["^README.md$"],
|
|
"matchStrings": [
|
|
"uses: actions/forgejo-release@(?<currentValue>v\\d+\\.\\d+\\.\\d+)"
|
|
],
|
|
"datasourceTemplate": "gitea-tags",
|
|
"depNameTemplate": "actions/forgejo-release",
|
|
"versioningTemplate": "semver",
|
|
"registryUrlTemplate": "https://code.forgejo.org"
|
|
}
|
|
]
|
|
}
|