mirror of
https://github.com/plcnk/charts.git
synced 2026-04-05 17:22:21 +00:00
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",
|
||||
"extends": [
|
||||
"github>plcnk/.github:default.json5",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
$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"
|
||||
gitIgnoredAuthors: [
|
||||
'renovate[bot]@users.noreply.github.com',
|
||||
'178334506+plcnk-bot[bot]@users.noreply.github.com',
|
||||
],
|
||||
|
||||
"regexManagers": [
|
||||
customManagers: [
|
||||
{
|
||||
"fileMatch": ["\\.yaml$"],
|
||||
"matchStrings": [
|
||||
"# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: [\"']?(?<currentValue>.+?)[\"']?\\n"
|
||||
]
|
||||
}
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'\\.yaml$',
|
||||
],
|
||||
matchStrings: [
|
||||
'# ?renovate datasource=(?<datasource>.+?) depName=(?<depName>.+)\\n.+: ["\']?(?<currentValue>.+?)["\']?\\n',
|
||||
],
|
||||
},
|
||||
],
|
||||
"packageRules": [
|
||||
packageRules: [
|
||||
{
|
||||
"matchDatasources": ["helm"],
|
||||
"commitMessageTopic": "{{depName}} Helm release"
|
||||
}
|
||||
]
|
||||
matchDatasources: [
|
||||
'helm',
|
||||
],
|
||||
commitMessageTopic: '{{depName}} Helm release',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user