main commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackageNames": ["typescript"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": ["(^|/)rokit\\.toml$"],
|
||||
"matchStrings": ["\\s*(?<depName>[\\w\\d\\-_]+\\/[\\w\\d\\-_]+)@(?<currentValue>[\\d\\.]+)"],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"depNameTemplate": "{{{depName}}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user