forked from Gitea/helm-actions
chore(config): migrate renovate config (#49)
Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/49 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Reviewed-by: DaanSelen <daanselen@noreply.gitea.com> Co-authored-by: Renovate Bot <renovate-bot@gitea.com> Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:

committed by
techknowlogick

parent
1e51423d3a
commit
2457ccae5c
@@ -9,19 +9,19 @@
|
|||||||
labels: [
|
labels: [
|
||||||
'kind/dependency',
|
'kind/dependency',
|
||||||
],
|
],
|
||||||
"digest": {
|
digest: {
|
||||||
"automerge": true
|
automerge: true,
|
||||||
},
|
},
|
||||||
automergeStrategy: 'squash',
|
automergeStrategy: 'squash',
|
||||||
'git-submodules': {
|
'git-submodules': {
|
||||||
'enabled': true
|
enabled: true,
|
||||||
},
|
},
|
||||||
customManagers: [
|
customManagers: [
|
||||||
{
|
{
|
||||||
description: 'Gitea-version of https://docs.renovatebot.com/presets-regexManagers/#regexmanagersgithubactionsversions',
|
description: 'Gitea-version of https://docs.renovatebot.com/presets-regexManagers/#regexmanagersgithubactionsversions',
|
||||||
customType: 'regex',
|
customType: 'regex',
|
||||||
fileMatch: [
|
managerFilePatterns: [
|
||||||
'.gitea/workflows/.+\\.ya?ml$',
|
'/.gitea/workflows/.+\\.ya?ml$/',
|
||||||
],
|
],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
'# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?_VERSION\\s*:\\s*["\']?(?<currentValue>.+?)["\']?\\s',
|
'# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?_VERSION\\s*:\\s*["\']?(?<currentValue>.+?)["\']?\\s',
|
||||||
@@ -30,7 +30,9 @@
|
|||||||
{
|
{
|
||||||
description: 'Detect helm-unittest yaml schema file',
|
description: 'Detect helm-unittest yaml schema file',
|
||||||
customType: 'regex',
|
customType: 'regex',
|
||||||
fileMatch: ['.vscode/settings\\.json$'],
|
managerFilePatterns: [
|
||||||
|
'/.vscode/settings\\.json$/',
|
||||||
|
],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
'https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json',
|
'https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json',
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user