Files
plcnk-helm-charts/.github/renovate.json5
renovate[bot] 3fcf5839c7 chore(config): migrate config .github/renovate.json5 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-02 10:56:17 +01:00

31 lines
699 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',
],
customManagers: [
{
customType: 'regex',
fileMatch: [
'\\.yaml$',
],
matchStrings: [
'# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: ["\']?(?<currentValue>.+?)["\']?\\n',
],
},
],
packageRules: [
{
matchDatasources: [
'helm',
],
commitMessageTopic: '{{depName}} Helm release',
},
],
}