mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-01-27 10:18:27 +00:00
feat(renovate/mise): fix short name package rule
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"description": "Mise GitHub: Use package name as user/org if no user/org",
|
||||
"matchFileNames": [".mise.toml", "mise.toml"],
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchDatasources": ["github-releases", "github-tags"],
|
||||
"overridePackageName": "{{#if (lookup (split packageName '/') 1)}}{{packageName}}{{else}}{{depName}}/{{depName}}{{/if}}"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user