diff --git a/.github/renovate.json b/.github/renovate.json index a96c2c4e..8e876959 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -21,7 +21,7 @@ { "customType": "regex", "description": "Update _VERSION variables in scripts", - "managerFilePatterns": ["*.ps1", "*.sh"], + "managerFilePatterns": ["/.*\\.ps1$/", "/.*\\.sh$/"], "matchStrings": ["# renovate: datasource=(?[a-z-]+?)(?: depName=(?.+?))?(?: packageName=(?.+?))?(?: versioning=(?[a-z-]+?))?\\s.+?_version=(?.+?)\\s"] } ],