chore: Added trailing commas

This commit is contained in:
kvanzuijlen 2024-01-27 10:03:31 +01:00
parent dd5576f2b2
commit 3c06739a8f
No known key found for this signature in database
GPG Key ID: 3BD884D2AE99AD59

View File

@ -13,7 +13,7 @@
"github-actions",
"helmv3",
"npm",
"regex"
"regex",
],
packageRules: [
{
@ -22,30 +22,30 @@
"docker-compose",
"gomod",
"helmv3",
"npm"
"npm",
],
groupName: "{{{manager}}}"
}
groupName: "{{{manager}}}",
},
],
customManagers: [
{
customType: "regex",
fileMatch: [
"^Makefile"
"^Makefile",
],
matchStrings: [
"DOCKER_BUILD_RUNTIME_IMAGE_ALPINE\\s+?\\?= alpine:(?<currentValue>.*)\\s"
],
depNameTemplate: "alpine",
datasourceTemplate: "docker"
datasourceTemplate: "docker",
},
{
customType: "regex",
fileMatch: ["(^|/)\\.github/workflows/[^/]+\\.ya?ml$", "(^|/)\\.github/[^/]+\\.sh$"],
matchStrings: [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+?[\\w\\s-]*?version: (?<currentValue>.*)\\s",
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+?[\\w\\s]*?_VERSION: (?<currentValue>.*)\\s"
]
}
]
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s+?[\\w\\s]*?_VERSION: (?<currentValue>.*)\\s",
],
},
],
}