mirror of
https://github.com/stakater/Reloader.git
synced 2026-02-14 18:09:50 +00:00
39 lines
901 B
JSON
39 lines
901 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
],
|
|
"rebaseWhen": "never",
|
|
"vulnerabilityAlerts": {
|
|
"enabled": true,
|
|
"labels": ["security"]
|
|
},
|
|
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
".vale.ini"
|
|
],
|
|
"matchStrings": [
|
|
"https:\/\/github\\.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*\\.zip"
|
|
],
|
|
"datasourceTemplate": "github-releases"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"description": "Update Helm Chart values file",
|
|
"fileMatch": [
|
|
"values\\.yaml$"
|
|
],
|
|
"matchStrings": [
|
|
"image:\\s*name: (?<depName>[a-zA-Z0-9\\.\\/]*)\\s*tag: (?<currentValue>[a-zA-Z0-9\\.\\/]*)"
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
}
|