diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ed052d25..3ad6ba55 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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:(?.*)\\s" ], depNameTemplate: "alpine", - datasourceTemplate: "docker" + datasourceTemplate: "docker", }, { customType: "regex", fileMatch: ["(^|/)\\.github/workflows/[^/]+\\.ya?ml$", "(^|/)\\.github/[^/]+\\.sh$"], matchStrings: [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+?[\\w\\s-]*?version: (?.*)\\s", - "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+?[\\w\\s]*?_VERSION: (?.*)\\s" - ] - } - ] + "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+?[\\w\\s]*?_VERSION: (?.*)\\s", + ], + }, + ], }