mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
".vale.ini"
|
|
],
|
|
"matchStrings": [
|
|
"https:\/\/github\\.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*\\.zip"
|
|
],
|
|
"datasourceTemplate": "github-releases"
|
|
}
|
|
]
|
|
}
|