mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 17:22:21 +00:00
37 lines
1010 B
Plaintext
37 lines
1010 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>plcnk/.github:default.json5",
|
|
":semanticCommitTypeAll(chore)"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["\\.yaml$"],
|
|
"matchStrings": [
|
|
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
|
|
]
|
|
}
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchDatasources": ["helm"],
|
|
"commitMessageTopic": "{{depName}} Helm release"
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["ghcr.io/dgtlmoon/changedetection.io"],
|
|
"versioning": "loose"
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["ghcr.io/juanfont/headscale"],
|
|
"allowedVersions": "!/^0.23.0$/"
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackageNames": ["eqalpha/keydb"],
|
|
"versioning": "regex:^(?<compatability>.+?)_v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$"
|
|
}
|
|
]
|
|
}
|