mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 02:18:21 +00:00
16 lines
663 B
Plaintext
16 lines
663 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"description": "Mise GitHub: Use package name as user/org if no user/org",
|
|
"matchFileNames": [".mise.toml", "mise.toml"],
|
|
"matchDatasources": ["github-releases", "github-tags"],
|
|
"overridePackageName": "{{#if (lookup (split packageName '/') 1)}}{{packageName}}{{else if (lookup (split packageName ':') 1)}}{{ lookup (split packageName ':') 1 }}/{{ lookup (split packageName ':') 1 }}{{else}}{{packageName}}/{{packageName}}{{/if}}"
|
|
},
|
|
{
|
|
"matchFileNames": [".mise.toml", "mise.toml"],
|
|
"addLabels": ["renovate/mise"]
|
|
}
|
|
]
|
|
}
|