You've already forked prometheus-fail2ban-exporter-charts
Some checks failed
Helm / helm-lint (push) Successful in 6s
Helm / helm-unittest (push) Successful in 14s
Generate README / generate-parameters (push) Successful in 33s
Markdown linter / markdown-link-checker (push) Successful in 18s
Release / publish-chart (push) Failing after 5s
Markdown linter / markdown-lint (push) Successful in 32s
102 lines
2.6 KiB
JSON
102 lines
2.6 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>volker.raschek/renovate-config:default#master",
|
|
"local>volker.raschek/renovate-config:container#master",
|
|
"local>volker.raschek/renovate-config:actions#master",
|
|
"local>volker.raschek/renovate-config:npm#master",
|
|
"local>volker.raschek/renovate-config:regexp#master"
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"^Chart\\.yaml$"
|
|
],
|
|
"matchStrings": [
|
|
"appVersion: \"(?<currentValue>.*?)\"\\s+"
|
|
],
|
|
"datasourceTemplate": "docker",
|
|
"depNameTemplate": "volker.raschek/prometheus-fail2ban-exporter",
|
|
"lookupNameTemplate": "git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter",
|
|
"versioningTemplate": "semver"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": ["^README\\.md$"],
|
|
"matchStrings": [
|
|
"CHART_VERSION=(?<currentValue>.*)"
|
|
],
|
|
"depNameTemplate": "volker.raschek/prometheus-fail2ban-exporter-charts",
|
|
"packageNameTemplate": "https://git.cryptic.systems/volker.raschek/prometheus-fail2ban-exporter-charts",
|
|
"datasourceTemplate": "git-tags",
|
|
"versioningTemplate": "semver"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"datasourceTemplate": "github-releases",
|
|
"fileMatch": [
|
|
".vscode/settings\\.json$"
|
|
],
|
|
"matchStrings": [
|
|
"https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json"
|
|
]
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"groupName": "Update helm plugin 'unittest'",
|
|
"matchDepNames": [
|
|
"helm-unittest/helm-unittest"
|
|
],
|
|
"matchDatasources": [
|
|
"github-releases"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"groupName": "Update docker.io/library/node",
|
|
"matchDepNames": [
|
|
"docker.io/library/node",
|
|
"library/node"
|
|
]
|
|
},
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/container"
|
|
],
|
|
"automerge": true,
|
|
"excludePackagePatterns": [
|
|
"volker.raschek/prometheus-fail2ban-exporter"
|
|
],
|
|
"matchDatasources": [
|
|
"docker"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
]
|
|
},
|
|
{
|
|
"addLabels": [
|
|
"renovate/automerge",
|
|
"renovate/documentation"
|
|
],
|
|
"automerge": true,
|
|
"matchDepNames": [
|
|
"volker.raschek/prometheus-fail2ban-exporter-charts"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"major",
|
|
"minor",
|
|
"patch"
|
|
]
|
|
}
|
|
]
|
|
}
|