forked from github-mirrorer/plcnk-helm-charts
chore(config): migrate config .github/renovate.json5 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
43
.github/renovate.json5
vendored
43
.github/renovate.json5
vendored
@ -1,27 +1,30 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||||
"extends": [
|
extends: [
|
||||||
"github>plcnk/.github:default.json5",
|
'github>plcnk/.github:default.json5',
|
||||||
":semanticCommitTypeAll(chore)"
|
':semanticCommitTypeAll(chore)',
|
||||||
],
|
],
|
||||||
|
gitIgnoredAuthors: [
|
||||||
"gitIgnoredAuthors": [
|
'renovate[bot]@users.noreply.github.com',
|
||||||
"renovate[bot]@users.noreply.github.com",
|
'178334506+plcnk-bot[bot]@users.noreply.github.com',
|
||||||
"178334506+plcnk-bot[bot]@users.noreply.github.com"
|
|
||||||
],
|
],
|
||||||
|
customManagers: [
|
||||||
"regexManagers": [
|
|
||||||
{
|
{
|
||||||
"fileMatch": ["\\.yaml$"],
|
customType: 'regex',
|
||||||
"matchStrings": [
|
fileMatch: [
|
||||||
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
|
'\\.yaml$',
|
||||||
]
|
],
|
||||||
}
|
matchStrings: [
|
||||||
|
'# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: ["\']?(?<currentValue>.+?)["\']?\\n',
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
"packageRules": [
|
packageRules: [
|
||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
matchDatasources: [
|
||||||
"commitMessageTopic": "{{depName}} Helm release"
|
'helm',
|
||||||
}
|
],
|
||||||
]
|
commitMessageTopic: '{{depName}} Helm release',
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user