diff --git a/renovate.json b/renovate.json index e5d530530..409674b23 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", "replacements:all", ":semanticCommitTypeAll(chore)", "pinGitHubActionDigests"], + "extends": ["config:recommended", "replacements:all", ":semanticCommitTypeAll(chore)", "helpers:pinGitHubActionDigests"], "dependencyDashboard": true, "osvVulnerabilityAlerts": true, "lockFileMaintenance": { @@ -95,16 +95,16 @@ } ], "customManagers": [ - { - "customType": "regex", - "description": "Update _VERSION variables in Dockerfiles", - "managerFilePatterns": [ - "/(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$/", - "/(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$/" - ], - "matchStrings": [ - "# renovate: datasource=(?[a-zA-Z0-9-._]+?) depName=(?[^\\s]+?)(?: (lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s+(?:ENV\\s+|ARG\\s+)?[A-Za-z0-9_]+?_VERSION[ =][\"']?(?.+?)[\"']?\\s+(?:(?:ENV\\s+|ARG\\s+)?[A-Za-z0-9_]+?_CHECKSUM[ =][\"']?(?.+?)[\"']?\\s)?" - ] - } + { + "customType": "regex", + "description": "Update _VERSION variables in Dockerfiles", + "managerFilePatterns": [ + "/(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$/", + "/(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$/" + ], + "matchStrings": [ + "# renovate: datasource=(?[a-zA-Z0-9-._]+?) depName=(?[^\\s]+?)(?: (lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s+(?:ENV\\s+|ARG\\s+)?[A-Za-z0-9_]+?_VERSION[ =][\"']?(?.+?)[\"']?\\s+(?:(?:ENV\\s+|ARG\\s+)?[A-Za-z0-9_]+?_CHECKSUM[ =][\"']?(?.+?)[\"']?\\s)?" + ] + } ] }