Files
plcnk-helm-charts/.github/renovate.json5
2024-08-17 11:59:44 +02:00

28 lines
649 B
Plaintext

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>plcnk/.github:default.json5",
":semanticCommitTypeAll(chore)"
],
"gitIgnoredAuthors": [
"renovate[bot]@users.noreply.github.com",
"178334506+plcnk-bot[bot]@users.noreply.github.com"
],
"regexManagers": [
{
"fileMatch": ["\\.yaml$"],
"matchStrings": [
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
]
}
],
"packageRules": [
{
"matchDatasources": ["helm"],
"commitMessageTopic": "{{depName}} Helm release"
}
]
}